Skip to content

Commit

Permalink
TST: test against Cython 3.1 dev
Browse files Browse the repository at this point in the history
  • Loading branch information
neutrinoceros committed Jul 26, 2024
1 parent 01b10d7 commit d94306d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/bleeding-edge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ jobs:
run: |
python -m pip install --upgrade pip
python -m pip install --upgrade setuptools wheel
python -m pip install --pre --only-binary ":all:" numpy matplotlib \
python -m pip install --pre --only-binary ":all:" numpy matplotlib Cython \
--extra-index https://pypi.anaconda.org/scientific-python-nightly-wheels/simple
python -m pip install --pre ewah-bool-utils Cython
python -m pip install --pre ewah-bool-utils
python -m pip install git+https://github.com/yt-project/unyt.git
python -m pip install --pre pytest PyYAML
Expand Down

0 comments on commit d94306d

Please sign in to comment.