Skip to content

Commit

Permalink
switches EMGAPI branch to develop, for GHA tests
Browse files Browse the repository at this point in the history
  • Loading branch information
SandyRogers authored Oct 24, 2022
1 parent 6c2e7e2 commit 814f5c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
pip install --user --upgrade pip setuptools
python -V
pip -V
pip install "git+https://github.com/EBI-metagenomics/emgapi@improve-local-dev#egg=emgcli"
pip install "git+https://github.com/EBI-metagenomics/emgapi@develop#egg=emgcli"
ls -l
- name: Set up db files for API
Expand All @@ -66,7 +66,7 @@ jobs:
name: 🔬 - Checkout EMG API
with:
repository: 'EBI-Metagenomics/emgapi'
ref: 'improve-local-dev'
ref: 'develop'
path: emgapi

- name: 🔬 - Start EMG API
Expand Down

0 comments on commit 814f5c4

Please sign in to comment.