Skip to content

Commit

Permalink
Fix unit tests (#35)
Browse files Browse the repository at this point in the history
* pin numpy<2.0
  • Loading branch information
miltondp authored Jun 26, 2024
1 parent c08fd4f commit b325188
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install pytest numpy scipy numba pandas==1.4.* scikit-learn==1.1.*
pip install pytest "numpy<2.0" scipy numba pandas scikit-learn
- name: Test CCC with pytest
env:
PYTHONPATH: libs/
Expand Down

0 comments on commit b325188

Please sign in to comment.