We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76ca780 commit 048eae0Copy full SHA for 048eae0
.ado/ci.yml
@@ -71,7 +71,7 @@ jobs:
71
- script: |
72
cd $(Build.SourcesDirectory)/azure-quantum
73
pip install ".[cirq,qsharp,dev]"
74
- pytest --numprocesses $(PYTEST_MAX_PARALLEL_TESTS) --cov-report term --cov=azure.quantum --junitxml test-output-azure-quantum.xml --ignore tests/unit/test_qiskit.py --ignore tests/unit/test_session_qiskit.py $(Build.SourcesDirectory)/azure-quantum
+ pytest --numprocesses $(PYTEST_MAX_PARALLEL_TESTS) --cov-report term --cov=azure.quantum --junitxml test-output-azure-quantum.xml --ignore tests/unit/test_qiskit.py --ignore tests/unit/test_session_qiskit.py $(Build.SourcesDirectory)/azure-quantum --ignore tests/unit/local
75
displayName: Run azure-quantum unit tests
76
77
0 commit comments