Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
noscode committed Nov 5, 2024
1 parent 9ef8932 commit bc3cb18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
pip install -r requirements/bayes_opt.txt
conda uninstall wheel
pip install wheel==0.38.4
pip install "scipy<1.7.0" numpy==1.19.4 dadi==2.2.0
pip install numpy==1.19.4 "scipy<1.7.0" dadi==2.2.0
- name: Install dadi and scikit-allel using conda.
run: |
Expand Down

0 comments on commit bc3cb18

Please sign in to comment.