Skip to content

Commit 8fcd5f4

Browse files
committed
Force pip update for some CI workflows
1 parent 989792a commit 8fcd5f4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,7 @@ jobs:
150150
151151
- name: Prepare Python env
152152
run: |
153+
python3 -m pip install -U pip setuptools
153154
python3 setup.py gen_reqfile --include-extras=test,braket
154155
python3 -m pip install -r requirements.txt --prefer-binary
155156
@@ -195,6 +196,7 @@ jobs:
195196
196197
- name: Prepare Python env
197198
run: |
199+
python3 -m pip install -U pip setuptools
198200
python3 setup.py gen_reqfile --include-extras=test,braket
199201
python3 -m pip install -r requirements.txt --prefer-binary
200202

0 commit comments

Comments
 (0)