Skip to content

Commit

Permalink
[fix] ....
Browse files Browse the repository at this point in the history
  • Loading branch information
Mc-Zen committed Jan 23, 2025
1 parent 19fa127 commit 0d7c6f9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.10", "3.11", "3.12"]
python-version: ["3.12"]

steps:
- uses: actions/checkout@v3
Expand All @@ -29,8 +29,8 @@ jobs:
python -m pip install --upgrade pip
# pip install .
pip install numpy>=1.22
pip install qiskit==0.45.0
pip install qiskit-aer==0.12.1
# pip install qiskit==0.45.0
# pip install qiskit-aer==0.12.1
- name: Test with unittest
run: |
python -m unittest

0 comments on commit 0d7c6f9

Please sign in to comment.