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 24, 2025
1 parent d54ee91 commit 89b37fb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,11 @@ jobs:
pip install --upgrade ninja
- name: Build
run: pip install -v --no-build-isolation --config-settings=builddir=builddir .
- name: Install cypari2
run: |
sudo apt-get update
sudo apt-get install pari-gp libpari-dev
pip install --upgrade cypari2
if: matrix.os == 'ubuntu-latest'
- name: Test
run: meson test --print-errorlogs -C builddir

0 comments on commit 89b37fb

Please sign in to comment.