Skip to content

Commit cb53008

Browse files
committed
feat: Upgrade pip before installing packages
As recommended by `pip install`.
1 parent c56e3ae commit cb53008

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ jobs:
5757

5858
- name: Install dependencies
5959
run: |
60+
pip install --upgrade pip
6061
pip install -r requirements-test.txt
6162
pip install -e ".[validation]"
6263
@@ -100,6 +101,7 @@ jobs:
100101

101102
- name: Install dependencies
102103
run: |
104+
pip install --upgrade pip
103105
pip install -r requirements-test.txt
104106
105107
- name: Execute linters & type checkers

0 commit comments

Comments
 (0)