Skip to content

Commit

Permalink
Add instructions on getting notebook from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
frankharkins committed Feb 27, 2024
1 parent 3cd30a8 commit abd5480
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/notebook-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,10 @@ jobs:
subprocess.run(args, check=True)
except:
print(
"To fix, install `tox` and run `tox -e fix`\n"
"To fix, install `tox` and run `tox -e fix` or download the fixed "
"notebook from this run by clicking \"Summary\" on the upper-left "
"of this page, and downloading the \"Executed notebooks\" artifact."
"\n\n"
"For more information, see https://github.com/Qiskit/documentation/blob/main/README.md#lint-notebooks"
)
sys.exit(1)
Expand Down

0 comments on commit abd5480

Please sign in to comment.