Skip to content

Commit

Permalink
Update action
Browse files Browse the repository at this point in the history
  • Loading branch information
matentzn committed Feb 7, 2024
1 parent 24daed5 commit 28ab38c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/buid_and_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
jobs:
build_and_release:
runs-on: ubuntu-latest
container: obolibrary/odkfull:v1.4.1
container: obolibrary/odkfull:v1.4.3
steps:
- uses: actions/checkout@v2
- name: Install
Expand Down
2 changes: 1 addition & 1 deletion makefile
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ get-pmids:

# SETUP / INSTALLATION -------------------------------------------------------------------------------------------------
install:
pip install -r requirements.txt
pip install -r requirements-unlocked.txt

# QA / TESTING ---------------------------------------------------------------------------------------------------------
test:
Expand Down
5 changes: 0 additions & 5 deletions requirements-unlocked.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1 @@
pandas
pyyaml
python-dotenv
rdflib
requests
sssom

0 comments on commit 28ab38c

Please sign in to comment.