Skip to content

Commit

Permalink
changed cython to 3.0.0 in automated tests
Browse files Browse the repository at this point in the history
  • Loading branch information
AdriJD committed Jan 11, 2024
1 parent 199d721 commit c9ba9d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
python -m pip install flake8
python -m pip install pytest
python -m pip install pytest-cov
python -m pip install "Cython>=3.0.3"
python -m pip install "Cython>=3.0.0"
python -m pip install numpy
python -m pip install scipy
python -m pip install astropy
Expand Down

0 comments on commit c9ba9d4

Please sign in to comment.