Skip to content

Commit 4ddee23

Browse files
committed
Restrict qiskit version on github actions
1 parent 7294443 commit 4ddee23

File tree

1 file changed

+1
-1
lines changed
  • .github/actions/install-main-dependencies

1 file changed

+1
-1
lines changed

.github/actions/install-main-dependencies/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,6 @@ runs:
7373
fi
7474
else
7575
echo 'Install Qiskit from Stable'
76-
pip install -U qiskit
76+
pip install -U qiskit!=2.1.2
7777
fi
7878
shell: bash

0 commit comments

Comments
 (0)