Skip to content

Commit

Permalink
Install moments for MacOS py3.8 using setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
noscode committed Nov 5, 2024
1 parent 7b87d68 commit 17633fc
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 @@ -60,7 +60,7 @@ jobs:
run: |
pip install Cython==0.29.18
pip install moments-popgen
if: !(runner.os == 'MacOS' && matrix.python-version == '3.8')
if: runner.os != 'MacOS' || matrix.python-version != '3.8'

- name: Install GADMA and its dependencies.
run: |
Expand Down

0 comments on commit 17633fc

Please sign in to comment.