File tree Expand file tree Collapse file tree 2 files changed +538
-1
lines changed
tutorials-v5/miscellaneous Expand file tree Collapse file tree 2 files changed +538
-1
lines changed Original file line number Diff line number Diff line change @@ -101,14 +101,20 @@ jobs:
101101 find . -name '*.ipynb' -exec pytest --nbmake --overwrite --nbmake-timeout=900 {} +
102102 rm template.ipynb
103103
104+ - name : Copy cuQuantum notebook
105+ # Without GPU, this notebook can't be ran.
106+ # Copy the already executed notebook after the tests.
107+ if : ${{ matrix.qutip-version == '5' }}
108+ run : cp ../tutorials-v5/miscellaneous/cuQuantum_backend.ipynb .
109+
104110 - name : Create Notebook Artifact
105111 uses : actions/upload-artifact@v4
106112 with :
107113 name : executed-notebooks-v${{ matrix.qutip-version }}
108114 path : |
109115 notebooks/*.ipynb
110116 notebooks/**/*.ipynb
111-
117+
112118 - uses : gaurav-nelson/github-action-markdown-link-check@v1
113119 with :
114120 use-quiet-mode : ' yes'
Load Diff Large diffs are not rendered by default.
You can’t perform that action at this time.
0 commit comments