Skip to content

Commit

Permalink
[SDS-NNN] split cleanup task (#159)
Browse files Browse the repository at this point in the history
  • Loading branch information
QFer committed May 15, 2023
1 parent 62d33ad commit 9c1f333
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/nightly.yaml
Expand Up @@ -28,6 +28,11 @@ jobs:
run: |
python ./docs/examples/example_qiskit_entangle.py
python ./docs/examples/example_qiskit_conditional.py
env:
QI_TOKEN: ${{ secrets.QI_TOKEN }}
API_URL: https://api.quantum-inspire.com
- name: Clean up
run: |
python ./docs/examples/delete_projects.py
env:
QI_TOKEN: ${{ secrets.QI_TOKEN }}
Expand Down

0 comments on commit 9c1f333

Please sign in to comment.