reverted indentation to github default

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

View File

@ -23,7 +23,7 @@ jobs:
uses: actions/setup-python@v2 uses: actions/setup-python@v2
with: with:
python-version: ${{ matrix.python-version }} python-version: ${{ matrix.python-version }}
- name: Navigate to the directory - name: Change to superscript directory
run: | run: |
cd /analysis-master/ cd /analysis-master/
- name: Install dependencies - name: Install dependencies

View File

@ -23,7 +23,7 @@ jobs:
uses: actions/setup-python@v2 uses: actions/setup-python@v2
with: with:
python-version: ${{ matrix.python-version }} python-version: ${{ matrix.python-version }}
- name: Navigate to the directory - name: Change to superscript directory
run: | run: |
cd /data-analysis/ cd /data-analysis/
- name: Install dependencies - name: Install dependencies