Skip to content

Commit

Permalink
Work around #714 by disabling the second tutorial on dev version CI (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
garrison authored Dec 5, 2024
1 parent 4b239fa commit 30b158f
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
tox -epy${toxpyversion}-notebook -- --ignore=docs/tutorials/02_gate_cutting_to_reduce_circuit_depth.ipynb

0 comments on commit 30b158f

Please sign in to comment.