Skip to content

Commit

Permalink
run pip check again in macos CI
Browse files Browse the repository at this point in the history
  • Loading branch information
hhorii committed Aug 21, 2024
1 parent eaba16c commit 5f53c48
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,8 @@ jobs:
- name: Run Tests
run: |
set -e
pip install "pip<24.2"
pip check
rm -rf qiskit_aer
stestr run --slowest
shell: bash
Expand Down

0 comments on commit 5f53c48

Please sign in to comment.