mirror of
https://github.com/titanscouting/tra-analysis.git
synced 2024-11-10 06:54:44 +00:00
more indentation fixes
Signed-off-by: Arthur Lu <learthurgo@gmail.com>
This commit is contained in:
parent
94a7aae491
commit
1c4b1d1971
6
.github/workflows/ut-analysis.yml
vendored
6
.github/workflows/ut-analysis.yml
vendored
@ -20,14 +20,14 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Set up Python ${{ matrix.python-version }}
|
||||
uses: actions/setup-python@v2
|
||||
with:
|
||||
uses: actions/setup-python@v2
|
||||
with:
|
||||
python-version: ${{ matrix.python-version }}
|
||||
- name: Navigate to the directory
|
||||
run: |
|
||||
cd /analysis-master/
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
pip install flake8 pytest
|
||||
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
|
||||
|
6
.github/workflows/ut-superscript.yml
vendored
6
.github/workflows/ut-superscript.yml
vendored
@ -20,14 +20,14 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Set up Python ${{ matrix.python-version }}
|
||||
uses: actions/setup-python@v2
|
||||
with:
|
||||
uses: actions/setup-python@v2
|
||||
with:
|
||||
python-version: ${{ matrix.python-version }}
|
||||
- name: Navigate to the directory
|
||||
run: |
|
||||
cd /data-analysis/
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
pip install flake8 pytest
|
||||
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
|
||||
|
Loading…
Reference in New Issue
Block a user