Skip to content

Commit

Permalink
qrack.simulator, not qulacs
Browse files Browse the repository at this point in the history
  • Loading branch information
WrathfulSpatula committed May 28, 2024
1 parent 48f0b70 commit e540a3a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
pip install dist/pennylane*.whl
- name: Run tests
run: python -m pytest tests --cov=pennylane_qulacs --cov-report=term-missing --cov-report=xml -p no:warnings --tb=native
run: python -m pytest tests --cov-report=term-missing --cov-report=xml -p no:warnings --tb=native

- name: Upload coverage to Codecov
uses: codecov/[email protected]
Expand Down Expand Up @@ -93,8 +93,8 @@ jobs:
- name: Run tests
run: |
pl-device-test --device=qulacs.simulator --tb=short --skip-ops --shots=None
pl-device-test --device=qulacs.simulator --tb=short --skip-ops --shots=20000
pl-device-test --device=qrack.simulator --tb=short --skip-ops --shots=None
pl-device-test --device=qrack.simulator --tb=short --skip-ops --shots=20000
- name: Upload coverage to Codecov
uses: codecov/[email protected]
Expand Down

0 comments on commit e540a3a

Please sign in to comment.