From 28ab38cce436b927bae835b1511fec7b3eb93a4f Mon Sep 17 00:00:00 2001 From: Nico Matentzoglu Date: Wed, 7 Feb 2024 13:39:55 +0200 Subject: [PATCH] Update action --- .github/workflows/buid_and_release.yml | 2 +- makefile | 2 +- requirements-unlocked.txt | 5 ----- 3 files changed, 2 insertions(+), 7 deletions(-) diff --git a/.github/workflows/buid_and_release.yml b/.github/workflows/buid_and_release.yml index 6d07323..4dab860 100644 --- a/.github/workflows/buid_and_release.yml +++ b/.github/workflows/buid_and_release.yml @@ -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 diff --git a/makefile b/makefile index c39f246..aa85360 100644 --- a/makefile +++ b/makefile @@ -60,7 +60,7 @@ get-pmids: # SETUP / INSTALLATION ------------------------------------------------------------------------------------------------- install: - pip install -r requirements.txt + pip install -r requirements-unlocked.txt # QA / TESTING --------------------------------------------------------------------------------------------------------- test: diff --git a/requirements-unlocked.txt b/requirements-unlocked.txt index 2814276..566cccb 100644 --- a/requirements-unlocked.txt +++ b/requirements-unlocked.txt @@ -1,6 +1 @@ -pandas -pyyaml python-dotenv -rdflib -requests -sssom