Skip to content

Commit fbee4e9

Browse files
committed
Trying a different approach
1 parent ff6d26b commit fbee4e9

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/ci.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -429,14 +429,14 @@ jobs:
429429
repository-cache: true
430430
bazelisk-version: 1.x
431431
- 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-
#
437432
- run: pip install bazel-bin/stim-0.0.dev0-py3-none-any.whl
438433
- 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
440440
- run: pytest glue/sample
441441
- run: dev/doctest_proper.py --module sinter
442442
- run: sinter help

0 commit comments

Comments
 (0)