Skip to content

Commit f38aa70

Browse files
committed
Upgrade pip and setuptools
1 parent c74564f commit f38aa70

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ jobs:
6262
- name: Install Python Deps
6363
if: steps.release.outputs.version == 0
6464
run: |
65+
pip install -U pip setuptools
6566
pip install -e .[test]
6667
6768
- name: Test

0 commit comments

Comments
 (0)