We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e5a696 commit 6f03f04Copy full SHA for 6f03f04
.github/workflows/buildwheel.yml
@@ -234,7 +234,10 @@ jobs:
234
python -c "import sys; print(sys._is_gil_enabled())"
235
- run: sudo apt-get update
236
- run: sudo apt-get install libflint-dev
237
- - run: pip install .
+ # Need Cython master until 3.1 is released
238
+ - run: pip install git+https://github.com/cython/cython.git@master
239
+ - run: pip install -r requirements-dev.txt
240
+ - run: pip install --no-build-isolation .
241
- run: python -m flint.test --verbose
242
243
# Run SymPy test suite against python-flint master
0 commit comments