Skip to content

Commit

Permalink
Bump stim version in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarhiggott committed Feb 1, 2024
1 parent 9710f5a commit bd3644a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
CIBW_BUILD: "${{ matrix.os_dist.dist }}"
CIBW_ARCHS_MACOS: "x86_64 universal2 arm64"
CIBW_BEFORE_BUILD: pip install --upgrade ninja
CIBW_TEST_REQUIRES: pytest stim~=1.10.dev1666411378
CIBW_TEST_REQUIRES: pytest stim
CIBW_TEST_COMMAND: pytest {project}/tests
strategy:
fail-fast: false
Expand Down Expand Up @@ -202,7 +202,7 @@ jobs:
run: python -m pytest tests

- name: Add stim
run: python -m pip install stim~=1.10.dev1666411378
run: python -m pip install stim

- name: Test with stim using coverage
run: python -m pytest tests --cov=./src/pymatching --cov-report term
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~=1.10.dev1666411378
run: python -m pip install --upgrade cmake>=3.12 ninja==1.10.2.4 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 bd3644a

Please sign in to comment.