Skip to content

Commit

Permalink
Always install linux deps in fortnightly cron job (#2482)
Browse files Browse the repository at this point in the history
I must have missed this when refactoring the script recently. We always
want to install linux deps in the hardware job as we run every notebook,
and it's easiest to just always install them in the extended
(test-eagle) notebook test. Waiting an extra minute in the extended job
is OK because it doesn't run on every commit.
  • Loading branch information
frankharkins authored Dec 16, 2024
1 parent 1b7809e commit dfcec06
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/notebook-test-cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
with:
ibm-quantum-token: ${{ secrets.IBM_QUANTUM_TEST_TOKEN }}
instance: "client-enablement/documentation/qiskit-documenta"
install-linux-deps: true

- name: Execute notebooks
timeout-minutes: 350
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/notebook-test-extended.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
with:
ibm-quantum-token: ${{ secrets.IBM_QUANTUM_TEST_TOKEN }}
instance: "client-enablement/documentation/qiskit-documenta"
install-linux-deps: true

- name: Execute notebooks
run: python scripts/ci/extended-execute-notebooks.py

0 comments on commit dfcec06

Please sign in to comment.