Skip to content

Commit

Permalink
Merge pull request #224 from tornaria/ci
Browse files Browse the repository at this point in the history
Install cypari2 for testing
  • Loading branch information
dimpase authored Feb 6, 2025
2 parents e6feb6f + 89b37fb commit fbfc559
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 fbfc559

Please sign in to comment.