Skip to content

Commit

Permalink
manually install ninja in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasdiez authored Nov 17, 2024
1 parent 7e37e9c commit 0b30533
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci-sage.yml → .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ jobs:
run: |
pip install --upgrade pip
pip install --upgrade -r requirements.txt
pip install --upgrade ninja
- name: Build
run: pip install --no-build-isolation --config-settings=builddir=builddir .
- name: Test
Expand Down

0 comments on commit 0b30533

Please sign in to comment.