Skip to content

Commit

Permalink
Revert "Work around #714 by disabling the second tutorial on dev vers…
Browse files Browse the repository at this point in the history
…ion CI (#719)"

This reverts commit 30b158f.

Closes #714 (once CI passes).
  • Loading branch information
garrison committed Dec 5, 2024
1 parent 30b158f commit 3097e08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_development_versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@ jobs:
run: |
toxpyversion=$(echo ${{ matrix.python-version }} | sed -E 's/^([0-9]+)\.([0-9]+).*$/\1\2/')
tox -epy${toxpyversion} -- --run-slow
tox -epy${toxpyversion}-notebook -- --ignore=docs/tutorials/02_gate_cutting_to_reduce_circuit_depth.ipynb
tox -epy${toxpyversion}-notebook

0 comments on commit 3097e08

Please sign in to comment.