Skip to content

Commit 89b37fb

Browse files
committed
ci.yml: install cypari2 for testing
1 parent d54ee91 commit 89b37fb

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,11 @@ jobs:
4040
pip install --upgrade ninja
4141
- name: Build
4242
run: pip install -v --no-build-isolation --config-settings=builddir=builddir .
43+
- name: Install cypari2
44+
run: |
45+
sudo apt-get update
46+
sudo apt-get install pari-gp libpari-dev
47+
pip install --upgrade cypari2
48+
if: matrix.os == 'ubuntu-latest'
4349
- name: Test
4450
run: meson test --print-errorlogs -C builddir

0 commit comments

Comments
 (0)