File tree Expand file tree Collapse file tree 3 files changed +3
-6
lines changed Expand file tree Collapse file tree 3 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 2323 - name : Install dependencies
2424 run : |
2525 python -m pip install --upgrade pip
26- python -m pip install pytest
27- if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
26+ pip install -r requirements.txt
2827
2928 - name : Lint with pylint
3029 run : |
Original file line number Diff line number Diff line change 2727 - name : Install dependencies
2828 run : |
2929 python -m pip install --upgrade pip
30- python -m pip install pytest
31- if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
30+ pip install -r requirements.txt
3231
3332 - name : Lint with pylint
3433 run : |
Original file line number Diff line number Diff line change 2626 - name : Install dependencies
2727 run : |
2828 python -m pip install --upgrade pip
29- python -m pip install pytest
30- if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
29+ pip install -r requirements.txt
3130
3231 - name : Lint with pylint
3332 run : |
You can’t perform that action at this time.
0 commit comments