Skip to content

Commit 9b475d5

Browse files
committed
Force pip update for some CI workflows
1 parent 559c592 commit 9b475d5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ jobs:
153153
- name: Prepare Python env
154154
run: |
155155
python3 -m pip install -U pip setuptools wheel
156-
python3 setup.py gen_reqfile --include-extras=test,azure-quantum,braket
156+
python3 setup.py gen_reqfile --include-extras=test,azure-quantum,braket,qiskit,pyparsing
157157
cat requirements.txt
158158
python3 -m pip install -r requirements.txt --prefer-binary
159159
@@ -204,7 +204,7 @@ jobs:
204204
- name: Prepare Python env
205205
run: |
206206
python3 -m pip install -U pip setuptools wheel
207-
python3 setup.py gen_reqfile --include-extras=test,azure-quantum,braket
207+
python3 setup.py gen_reqfile --include-extras=test,azure-quantum,braket,qiskit,pyparsing
208208
cat requirements.txt
209209
python3 -m pip install -r requirements.txt --prefer-binary
210210

0 commit comments

Comments
 (0)