mirror of
https://github.com/titanscouting/tra-analysis.git
synced 2024-11-10 06:54:44 +00:00
parent
7937fb6ee6
commit
3d5e0aac59
6
.github/workflows/ut-analysis.yml
vendored
6
.github/workflows/ut-analysis.yml
vendored
@ -28,9 +28,9 @@ jobs:
|
||||
python-version: ${{ matrix.python-version }}
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
python3 -m pip3 install --upgrade pip3
|
||||
pip3 install flake8 pytest
|
||||
if [ -f requirements.txt ]; then pip3 install -r requirements.txt; fi
|
||||
python -m pip install --upgrade pip
|
||||
pip install flake8 pytest
|
||||
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
|
||||
working-directory: ${{ env.working-directory }}
|
||||
- name: Lint with flake8
|
||||
run: |
|
||||
|
Loading…
Reference in New Issue
Block a user