Skip to content

Commit

Permalink
try ignoring pin
Browse files Browse the repository at this point in the history
  • Loading branch information
lrauschning committed Dec 9, 2024
1 parent 2a58f55 commit fc71acd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,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 -c conda-forge -c bioconda "syri>=1.6.5"
$CONDA/bin/conda install --no-pin -c conda-forge -c bioconda "syri>=1.6.5"
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Build package
run: pip install .
Expand Down

0 comments on commit fc71acd

Please sign in to comment.