We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7294443 commit 4ddee23Copy full SHA for 4ddee23
.github/actions/install-main-dependencies/action.yml
@@ -73,6 +73,6 @@ runs:
73
fi
74
else
75
echo 'Install Qiskit from Stable'
76
- pip install -U qiskit
+ pip install -U qiskit!=2.1.2
77
78
shell: bash
0 commit comments