Skip to content

Commit

Permalink
chore: relax azure-quantum version requirement (#12)
Browse files Browse the repository at this point in the history
* chore: relax azure-quantum version requirement

* ci: update quantum processor used for testing

* chore: update dependencies

* style: remove unnecessary type-ignore comments
  • Loading branch information
Shadow53 authored Mar 13, 2023
1 parent 4a452b0 commit 8e22555
Show file tree
Hide file tree
Showing 4 changed files with 1,733 additions and 883 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
- name: Test
run: poetry run make test-no-qcs
env:
TEST_QUANTUM_PROCESSOR: Aspen-11
TEST_QUANTUM_PROCESSOR: Aspen-M-2
AZURE_CLIENT_ID: ${{ secrets.AZURE_CLIENT_ID }}
AZURE_CLIENT_SECRET: ${{ secrets.AZURE_CLIENT_SECRET }}
AZURE_TENANT_ID: ${{ secrets.AZURE_TENANT_ID }}
Expand Down Expand Up @@ -115,7 +115,7 @@ jobs:
- name: Test
run: poetry run make test-requires-qcs
env:
TEST_QUANTUM_PROCESSOR: Aspen-11
TEST_QUANTUM_PROCESSOR: Aspen-M-2
AZURE_CLIENT_ID: ${{ secrets.AZURE_CLIENT_ID }}
AZURE_CLIENT_SECRET: ${{ secrets.AZURE_CLIENT_SECRET }}
AZURE_TENANT_ID: ${{ secrets.AZURE_TENANT_ID }}
Expand Down
Loading

0 comments on commit 8e22555

Please sign in to comment.