Skip to content

Commit 9ddff22

Browse files
committed
maint(ci): install libmpc in bleeding edge job
1 parent 3b040db commit 9ddff22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/runtests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ jobs:
199199
with:
200200
python-version: '3.12'
201201
- run: sudo apt-get update
202-
- run: sudo apt-get install libflint-dev
202+
- run: sudo apt-get install libgmp-dev libmpfr-dev libmpc-dev libflint-dev
203203
- run: pip install git+https://github.com/flintlib/python-flint.git@master
204204
- run: pip install git+https://github.com/aleaxit/gmpy.git@master
205205
- run: pip install git+https://github.com/mpmath/mpmath.git@master

0 commit comments

Comments
 (0)