From 0d7c6f9c7d4bae00b0fde0e5f76fd2fdfbddedbe Mon Sep 17 00:00:00 2001 From: Mc-Zen Date: Thu, 23 Jan 2025 16:47:41 +0100 Subject: [PATCH] =?UTF-8?q?[fix]=E2=80=8A....?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/run-tests.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index bfb9700..d2db9c0 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -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 @@ -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