Skip to content

Commit

Permalink
1.14
Browse files Browse the repository at this point in the history
  • Loading branch information
Strilanc committed Sep 24, 2024
1 parent dc95588 commit ba3c60b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
MACOSX_DEPLOYMENT_TARGET: "10.15"
CIBW_BUILD: "${{ matrix.os_dist.dist }}"
CIBW_ARCHS_MACOS: "${{ matrix.os_dist.macosarch }}"
CIBW_TEST_REQUIRES: pytest stim~=1.14.dev sinter pygltflib
CIBW_TEST_REQUIRES: pytest stim~=1.14 sinter pygltflib
CIBW_TEST_COMMAND: pytest {project}/src
steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -206,7 +206,7 @@ jobs:
bazelisk-version: 1.x
- run: bazel build :chromobius_dev_wheel
- run: pip install bazel-bin/chromobius-0.0.dev0-py3-none-any.whl
- run: pip install pytest stim~=1.14.dev sinter pygltflib
- run: pip install pytest stim~=1.14 sinter pygltflib
- run: pytest src
- run: tools/doctest_proper.py --module chromobius
upload_dev_release_to_pypi:
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ numpy
pymatching ~= 2.0
pytest
scipy
sinter ~= 1.14.dev
stim ~= 1.14.dev
sinter ~= 1.14
stim ~= 1.14
pygltflib

0 comments on commit ba3c60b

Please sign in to comment.