Skip to content

Commit

Permalink
workflows/pytest.yaml: attempt to fix unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
miltondp committed Jun 26, 2024
1 parent 9e0a39e commit 5bb299a
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 scikit-learn
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 5bb299a

Please sign in to comment.