File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 21
21
- name : Install dependencies
22
22
run : |
23
23
python -m pip install --upgrade pip
24
- python -m pip install --ugprade setuptools
24
+ python -m pip install --upgrade setuptools
25
25
if [ -f command_runner/requirements.txt ]; then pip install -r command_runner/requirements.txt; fi
26
26
- name : Generate Report
27
27
env :
Original file line number Diff line number Diff line change 21
21
- name : Install dependencies
22
22
run : |
23
23
python -m pip install --upgrade pip
24
- python -m pip install --ugprade setuptools
24
+ python -m pip install --upgrade setuptools
25
25
if [ -f command_runner/requirements.txt ]; then pip install -r command_runner/requirements.txt; fi
26
26
- name : Lint with Pylint
27
27
if : ${{ matrix.python-version == '3.9' }}
Original file line number Diff line number Diff line change 22
22
- name : Install dependencies
23
23
run : |
24
24
python -m pip install --upgrade pip
25
- python -m pip install --ugprade setuptools
25
+ python -m pip install --upgrade setuptools
26
26
if (Test-Path "command_runner/requirements.txt") { pip install -r command_runner/requirements.txt }
27
27
# Add additional windows requirements
28
28
if (Test-Path "command_runner/requirements-win.txt") { pip install -r command_runner/requirements-win.txt }
Original file line number Diff line number Diff line change 25
25
- name : Install dependencies
26
26
run : |
27
27
python -m pip install --upgrade pip
28
- python -m pip install --ugprade setuptools
28
+ python -m pip install --upgrade setuptools
29
29
if (Test-Path "command_runner/requirements.txt") { pip install -r command_runner/requirements.txt }
30
30
- name : Generate Report
31
31
env :
You can’t perform that action at this time.
0 commit comments