Skip to content

Commit fbfc559

Browse files
authored
Merge pull request #224 from tornaria/ci
Install cypari2 for testing
2 parents e6feb6f + 89b37fb commit fbfc559

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci.yml

+6
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)