diff --git a/.github/workflows/notebook-test-cron.yml b/.github/workflows/notebook-test-cron.yml index 7e12f23278..f114e41e2e 100644 --- a/.github/workflows/notebook-test-cron.yml +++ b/.github/workflows/notebook-test-cron.yml @@ -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 diff --git a/.github/workflows/notebook-test-extended.yml b/.github/workflows/notebook-test-extended.yml index b3ad07a158..7fd668779d 100644 --- a/.github/workflows/notebook-test-extended.yml +++ b/.github/workflows/notebook-test-extended.yml @@ -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