We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b040db commit 9ddff22Copy full SHA for 9ddff22
.github/workflows/runtests.yml
@@ -199,7 +199,7 @@ jobs:
199
with:
200
python-version: '3.12'
201
- run: sudo apt-get update
202
- - run: sudo apt-get install libflint-dev
+ - run: sudo apt-get install libgmp-dev libmpfr-dev libmpc-dev libflint-dev
203
- run: pip install git+https://github.com/flintlib/python-flint.git@master
204
- run: pip install git+https://github.com/aleaxit/gmpy.git@master
205
- run: pip install git+https://github.com/mpmath/mpmath.git@master
0 commit comments