Skip to content

Commit

Permalink
Unpin ninja version in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarhiggott committed Feb 1, 2024
1 parent bd3644a commit 12a033e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ jobs:
python-version: ${{ matrix.python-version }}

- name: Add requirements
run: python -m pip install --upgrade cmake>=3.12 ninja==1.10.2.4 pytest flake8 pytest-cov
run: python -m pip install --upgrade cmake>=3.12 ninja pytest flake8 pytest-cov

- name: Build and install
run: pip install --verbose -e .
Expand Down Expand Up @@ -244,7 +244,7 @@ jobs:
with:
python-version: '3.10'
- name: Add requirements
run: python -m pip install --upgrade cmake>=3.12 ninja==1.10.2.4 pytest flake8 pytest-cov stim
run: python -m pip install --upgrade cmake>=3.12 ninja pytest flake8 pytest-cov stim
- name: Build and install
run: pip install --verbose -e .
- name: Run tests and collect coverage
Expand Down

0 comments on commit 12a033e

Please sign in to comment.