Skip to content

Commit

Permalink
Run CI on numpy<2.1 for now
Browse files Browse the repository at this point in the history
  • Loading branch information
ragibson committed Aug 16, 2024
1 parent 85dbff7 commit 7d7f09d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: Python package

on:
push:
branches: [ master ]
branches: [ master, test-github-action ]
pull_request:
branches: [ master ]

Expand All @@ -28,6 +28,7 @@ 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
python setup.py install
Expand Down

0 comments on commit 7d7f09d

Please sign in to comment.