Skip to content

Commit

Permalink
specify channel when downloading syri
Browse files Browse the repository at this point in the history
  • Loading branch information
lrauschning committed Dec 9, 2024
1 parent 4583c0f commit 097a01e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
python -m pip install --upgrade pip setuptools
# apparently the runners all have conda installed
# use that to install syri, as it isn't on pypi
$CONDA/bin/conda install syri >= 1.6.5
$CONDA/bin/conda install bioconda::syri>=1.6.5
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Test with pytest
run: |
Expand Down

0 comments on commit 097a01e

Please sign in to comment.