Skip to content

Commit f86f4f0

Browse files
committed
Force pip update for some CI workflows
1 parent a3ab48b commit f86f4f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ jobs:
143143
- name: Prepare Python env
144144
run: |
145145
python3 -m pip install -U pip setuptools wheel
146-
python3 setup.py gen_reqfile --include-extras=test,azure-quantum,braket
146+
python3 setup.py gen_reqfile --include-extras=test,azure-quantum,braket,qiskit,pyparsing
147147
cat requirements.txt
148148
python3 -m pip install -r requirements.txt --prefer-binary
149149
@@ -190,7 +190,7 @@ jobs:
190190
- name: Prepare Python env
191191
run: |
192192
python3 -m pip install -U pip setuptools wheel
193-
python3 setup.py gen_reqfile --include-extras=test,azure-quantum,braket
193+
python3 setup.py gen_reqfile --include-extras=test,azure-quantum,braket,qiskit,pyparsing
194194
cat requirements.txt
195195
python3 -m pip install -r requirements.txt --prefer-binary
196196

0 commit comments

Comments
 (0)