We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d53575a commit 7d310faCopy full SHA for 7d310fa
.github/workflows/notebook_ci.yaml
@@ -81,6 +81,7 @@ jobs:
81
mkdir notebooks
82
cp -r tutorials-v${{ matrix.qutip-version }}/* notebooks
83
cd notebooks
84
+ rm miscellaneous/cuQuantum_backend.ipynb
85
find . -name '*.md' -exec jupytext --to notebook {} +
86
find . -name '*.md' -delete
87
@@ -100,7 +101,7 @@ jobs:
100
101
# Without GPU, this notebook can't be ran.
102
# Copy the already executed notebook after the tests.
103
if: ${{ matrix.qutip-version == '5' }}
- run: cp ../tutorials-v5/miscellaneous/cuQuantum_backend.ipynb .
104
+ run: cp ../tutorials-v5/miscellaneous/cuQuantum_backend.ipynb ./miscellaneous/
105
106
- name: Create Notebook Artifact
107
uses: actions/upload-artifact@v4
0 commit comments