Skip to content

Commit

Permalink
Change tests
Browse files Browse the repository at this point in the history
  • Loading branch information
noscode committed Nov 5, 2024
1 parent 840b237 commit 165a360
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,9 @@ jobs:

- name: Install dadi and scikit-allel using conda.
run: |
conda install dadi scikit-allel moments
conda install dadi scikit-allel
pip install Cython==0.29.18
pip install moments
- name: Install GADMA and its dependencies.
run: |
Expand Down

0 comments on commit 165a360

Please sign in to comment.