Skip to content

Commit

Permalink
Remove numpy CI tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
ragibson committed Sep 13, 2024
1 parent a3ccf27 commit 9252086
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,8 @@ jobs:
python -m pip install --upgrade pip
python -m venv env
source env/bin/activate
pip install "numpy<2.1" # temporary solution for apparently broken numpy release candidate
pip install setuptools
pip install cython flake8 pytest
pip install numpy cython flake8 pytest
python setup.py install
- name: Lint with flake8
run: |
Expand Down

0 comments on commit 9252086

Please sign in to comment.