Skip to content

Commit

Permalink
Change tests
Browse files Browse the repository at this point in the history
  • Loading branch information
noscode committed Nov 4, 2024
1 parent 1ed46ae commit f7710a6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,9 @@ jobs:
brew install libomp llvm
export LDFLAGS="-L/usr/local/opt/llvm/lib"
export CPPFLAGS="-I/usr/local/opt/llvm/include"
python3 -m pip install wheel==0.38.4
CC=$(brew --prefix llvm)/bin/clang pip install momi
python3 -m pip install --upgrade wheel
if: matrix.os == 'macos-latest'

# For some reason the last version of wheel cause an error for momi and dadi installation
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ install_requires =
h5py == 3.10.0
scikit-allel
moments-popgen
pandas == 2.2.2
pandas <= 2.2.2
setup_requires =
setuptools
setuptools_scm
Expand Down

0 comments on commit f7710a6

Please sign in to comment.