Skip to content

Commit

Permalink
Remove cutqc reference in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
caleb-johnson committed May 22, 2024
1 parent 1e8fdbd commit 80fe5d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_latest_versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}

0 comments on commit 80fe5d5

Please sign in to comment.