Skip to content

Commit 17e2d9c

Browse files
Upgrades pip on CI every time it runs
1 parent e99ed16 commit 17e2d9c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ jobs:
3636
poetry config virtualenvs.in-project true
3737
poetry install
3838
39+
poetry run pip install -U pip
40+
3941
- name: Run tests
4042
run: |
4143
poetry run flake8 .

0 commit comments

Comments
 (0)