Skip to content

Commit

Permalink
ci.yml: install cypari2 for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
tornaria committed Jan 23, 2025
1 parent 6fd403c commit 2d49e2e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,8 @@ jobs:
- name: Build
run: pip install -v --no-build-isolation --config-settings=builddir=builddir .
- name: Test
run: meson test --print-errorlogs -C builddir
run: |
apt-get update
apt-get install pari-gp
pip install --upgrade cypari2
meson test --print-errorlogs -C builddir

0 comments on commit 2d49e2e

Please sign in to comment.