Skip to content

Commit fc52cce

Browse files
tisonkunmicafer
andauthored
Update .github/workflows/main.yml
Co-authored-by: Miguel Caballer Fernandez <micafer1@upv.es>
1 parent 03d4b6a commit fc52cce

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,9 @@ jobs:
275275
${{ runner.os }}-pip-
276276
277277
- name: Install Python Dependencies
278-
run: pip install -r requirements-ci.txt
278+
run: |
279+
pip install --upgrade pip
280+
pip install -r requirements-ci.txt
279281
280282
- name: Install Library Into Virtualenv
281283
run: |

0 commit comments

Comments
 (0)