Skip to content

Commit 51a8fde

Browse files
committed
ci.yml: install cypari2 for testing
1 parent 6fd403c commit 51a8fde

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,10 @@ jobs:
4040
pip install --upgrade ninja
4141
- name: Build
4242
run: pip install -v --no-build-isolation --config-settings=builddir=builddir .
43+
- name: Test dependencies
44+
run: |
45+
sudo apt-get update
46+
sudo apt-get install pari-gp libpari-dev
47+
pip install --upgrade cypari2
4348
- name: Test
4449
run: meson test --print-errorlogs -C builddir

0 commit comments

Comments
 (0)