Skip to content

Commit 7d310fa

Browse files
committed
Remove cuQuantum_backend before tests
1 parent d53575a commit 7d310fa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/notebook_ci.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ jobs:
8181
mkdir notebooks
8282
cp -r tutorials-v${{ matrix.qutip-version }}/* notebooks
8383
cd notebooks
84+
rm miscellaneous/cuQuantum_backend.ipynb
8485
find . -name '*.md' -exec jupytext --to notebook {} +
8586
find . -name '*.md' -delete
8687
@@ -100,7 +101,7 @@ jobs:
100101
# Without GPU, this notebook can't be ran.
101102
# Copy the already executed notebook after the tests.
102103
if: ${{ matrix.qutip-version == '5' }}
103-
run: cp ../tutorials-v5/miscellaneous/cuQuantum_backend.ipynb .
104+
run: cp ../tutorials-v5/miscellaneous/cuQuantum_backend.ipynb ./miscellaneous/
104105

105106
- name: Create Notebook Artifact
106107
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)