Skip to content

Commit 6f7e410

Browse files
authored
Merge pull request #113 from Langhaarzombie/feature/ntbk_qip2
QuTiPv5 Paper Notebook: QIP2 Circuit Simulation
2 parents f1969ca + 5a48d2c commit 6f7e410

File tree

3 files changed

+393
-2
lines changed

3 files changed

+393
-2
lines changed

.github/workflows/nightly_ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
run: |
9797
jupyter kernel &
9898
cd notebooks
99-
find . -name '*.ipynb' -exec pytest --nbmake --overwrite --nbmake-timeout=600 {} +
99+
find . -name '*.ipynb' -exec pytest --nbmake --overwrite --nbmake-timeout=900 {} +
100100
rm template.ipynb
101101
102102
- name: Create Notebook Artifact

.github/workflows/notebook_ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
run: |
9999
jupyter kernel &
100100
cd notebooks
101-
find . -name '*.ipynb' -exec pytest --nbmake --overwrite --nbmake-timeout=600 {} +
101+
find . -name '*.ipynb' -exec pytest --nbmake --overwrite --nbmake-timeout=900 {} +
102102
rm template.ipynb
103103
104104
- name: Create Notebook Artifact

0 commit comments

Comments
 (0)