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.
2 parents e6feb6f + 89b37fb commit fbfc559Copy full SHA for fbfc559
.github/workflows/ci.yml
@@ -40,5 +40,11 @@ jobs:
40
pip install --upgrade ninja
41
- name: Build
42
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'
49
- name: Test
50
run: meson test --print-errorlogs -C builddir
0 commit comments