Skip to content

Commit

Permalink
[SDS-NNN] Nightly uses wrong directory for examples files
Browse files Browse the repository at this point in the history
  • Loading branch information
QFer committed Dec 13, 2021
1 parent 4e03aa5 commit 5cac031
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ jobs:
upgrade: true
- name: Run examples
run: |
python ./docs/example_qiskit_entangle.py
python ./docs/example_qiskit_conditional.py
python ./docs/examples/example_qiskit_entangle.py
python ./docs/examples/example_qiskit_conditional.py
env:
QI_EMAIL: ${{ secrets.QI_EMAIL }}
QI_PASSWORD: ${{ secrets.QI_PASSWORD }}
Expand Down

0 comments on commit 5cac031

Please sign in to comment.