more indentation fixes

Signed-off-by: Arthur Lu <learthurgo@gmail.com>
This commit is contained in:
Arthur Lu 2020-05-16 20:12:15 -05:00
parent 3d64b0f8be
commit a88b8176fb
2 changed files with 6 additions and 6 deletions

View File

@ -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

View File

@ -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