Skip to content

Commit

Permalink
Ensure that Qiskit tests are run in CI/CD pipeline.
Browse files Browse the repository at this point in the history
  • Loading branch information
dlyongemallo committed Apr 8, 2024
1 parent f9f0c8b commit 5dd11d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install mypy==1.5.1
pip install qiskit~=1.0.0
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: mypy
run: |
Expand Down

0 comments on commit 5dd11d3

Please sign in to comment.