Skip to content

Commit

Permalink
Add wheel installation for cypari2
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasdiez committed Jan 17, 2024
1 parent 10b2947 commit 959496b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,8 @@ jobs:
run: |
# Cannot yet use build isolation due to https://github.com/sagemath/cypari2/issues/143
pip3 install meson-python 'cython>=3.0.0,!=3.0.3' 'numpy>=1.19' 'cysignals>=1.10.2' 'gmpy2>=2.1.0'
# wheel is needed for cypari2
pip3 install wheel
pip3 install --no-build-isolation git+https://github.com/sagemath/cypari2.git
pip3 install --no-build-isolation . -v
Expand Down

0 comments on commit 959496b

Please sign in to comment.