File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 53
53
MACOSX_DEPLOYMENT_TARGET : " 10.15"
54
54
CIBW_BUILD : " ${{ matrix.os_dist.dist }}"
55
55
CIBW_ARCHS_MACOS : " ${{ matrix.os_dist.macosarch }}"
56
- CIBW_TEST_REQUIRES : pytest stim~=1.14.dev sinter pygltflib
56
+ CIBW_TEST_REQUIRES : pytest stim~=1.14 sinter pygltflib
57
57
CIBW_TEST_COMMAND : pytest {project}/src
58
58
steps :
59
59
- uses : actions/checkout@v3
@@ -206,7 +206,7 @@ jobs:
206
206
bazelisk-version : 1.x
207
207
- run : bazel build :chromobius_dev_wheel
208
208
- run : pip install bazel-bin/chromobius-0.0.dev0-py3-none-any.whl
209
- - run : pip install pytest stim~=1.14.dev sinter pygltflib
209
+ - run : pip install pytest stim~=1.14 sinter pygltflib
210
210
- run : pytest src
211
211
- run : tools/doctest_proper.py --module chromobius
212
212
upload_dev_release_to_pypi :
Original file line number Diff line number Diff line change 4
4
pymatching ~= 2.0
5
5
pytest
6
6
scipy
7
- sinter ~= 1.14.dev
8
- stim ~= 1.14.dev
7
+ sinter ~= 1.14
8
+ stim ~= 1.14
9
9
pygltflib
You can’t perform that action at this time.
0 commit comments