Skip to content

Commit

Permalink
Fix pip installs
Browse files Browse the repository at this point in the history
  • Loading branch information
gnodar01 committed Dec 18, 2024
1 parent 9db79f2 commit 413936a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,8 @@ jobs:
run:
|
python -m pip install --upgrade pip
pip install cython
pip install numpy
python3 setup.py install
pip install "cython<3.0"
pip install "numpy<2"
pip install -e .[dev,test]
- name: Test
run: pytest
Expand Down

0 comments on commit 413936a

Please sign in to comment.