File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 56
56
57
57
- name : Install dependencies
58
58
run : |
59
- python -m pip install --no-cache-dir --upgrade pip
59
+ python -m pip install --no-cache-dir --upgrade pip setuptools
60
60
if [ -f requirements.txt ]; then pip install --no-cache-dir -r requirements.txt; fi
61
61
if [ -f requirements-dev.txt ]; then pip install --no-cache-dir -r requirements-dev.txt; fi
62
62
@@ -102,7 +102,7 @@ jobs:
102
102
103
103
- name : Install dependencies
104
104
run : |
105
- python -m pip install --no-cache-dir --upgrade pip
105
+ python -m pip install --no-cache-dir --upgrade pip setuptools
106
106
if [ -f requirements.txt ]; then pip install --no-cache-dir -r requirements.txt; fi
107
107
if [ -f requirements-dev.txt ]; then pip install --no-cache-dir -r requirements-dev.txt; fi
108
108
You can’t perform that action at this time.
0 commit comments