diff --git a/.github/workflows/test_latest_versions.yml b/.github/workflows/test_latest_versions.yml index e8baf7489..34b5d672f 100644 --- a/.github/workflows/test_latest_versions.yml +++ b/.github/workflows/test_latest_versions.yml @@ -49,6 +49,6 @@ jobs: notebook_flags="" if [ "$pver" = "3.12" ]; then echo Skipping tutorials that require cplex - notebook_flags="${notebook_flags} --ignore=docs/circuit_cutting/cutqc/tutorials/tutorial_1_automatic_cut_finding.ipynb" + notebook_flags="${notebook_flags}" fi tox -epy${pver/./}-notebook -- ${notebook_flags}