File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -429,14 +429,14 @@ jobs:
429
429
repository-cache : true
430
430
bazelisk-version : 1.x
431
431
- run : bazel build :stim_dev_wheel
432
- # TODO: remove the following after PyMatching is updated to use a more
433
- # recent pybind11. C.f. https://github.com/quantumlib/stim/issues/920
434
- - run : echo 'cmake<4.0.0' > constraints.txt
435
- - run : export PIP_CONSTRAINT=constraint.txt
436
- #
437
432
- run : pip install bazel-bin/stim-0.0.dev0-py3-none-any.whl
438
433
- run : pip install -e glue/sample
439
- - run : pip install pytest pymatching fusion-blossom~=0.1.4 mwpf~=0.1.5
434
+ # TODO: remove the following after PyMatching is updated to use a more
435
+ # recent pybind11. C.f. https://github.com/quantumlib/stim/issues/920
436
+ - run : |
437
+ echo 'cmake<4.0.0' > constraints.txt
438
+ export PIP_CONSTRAINT=constraint.txt
439
+ pip install pytest pymatching fusion-blossom~=0.1.4 mwpf~=0.1.5
440
440
- run : pytest glue/sample
441
441
- run : dev/doctest_proper.py --module sinter
442
442
- run : sinter help
You can’t perform that action at this time.
0 commit comments