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 51a8fde
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,10 @@ jobs:
pip install --upgrade ninja
- name: Build
run: pip install -v --no-build-isolation --config-settings=builddir=builddir .
- name: Test dependencies
run: |
sudo apt-get update
sudo apt-get install pari-gp libpari-dev
pip install --upgrade cypari2
- name: Test
run: meson test --print-errorlogs -C builddir

0 comments on commit 51a8fde

Please sign in to comment.