Skip to content

Commit

Permalink
Use Cython master for free-threaded build
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarbenjamin committed Aug 21, 2024
1 parent 3e5a696 commit 6f03f04
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/buildwheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,10 @@ jobs:
python -c "import sys; print(sys._is_gil_enabled())"
- run: sudo apt-get update
- run: sudo apt-get install libflint-dev
- run: pip install .
# Need Cython master until 3.1 is released
- run: pip install git+https://github.com/cython/cython.git@master
- run: pip install -r requirements-dev.txt
- run: pip install --no-build-isolation .
- run: python -m flint.test --verbose

# Run SymPy test suite against python-flint master
Expand Down

0 comments on commit 6f03f04

Please sign in to comment.