Skip to content

Commit

Permalink
specify channels for conda
Browse files Browse the repository at this point in the history
  • Loading branch information
sterrettJD committed Sep 5, 2024
1 parent 21827bc commit d0f9f0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
python -m pip install --upgrade pip
pip install pytest
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
conda install "fastspar>=0.0.7" armadillo=8 "scipy<=1.10.1,>=1.8.0"
conda install -c bioconda -c conda-forge "fastspar>=0.0.7" armadillo=8 "scipy<=1.10.1,>=1.8.0"
python setup.py install
- name: Test with pytest
Expand Down

0 comments on commit d0f9f0e

Please sign in to comment.