attempt to fix working directory issues

Signed-off-by: Arthur Lu <learthurgo@gmail.com>
This commit is contained in:
Arthur Lu 2020-05-18 15:07:42 -05:00
parent 369ec9e8f6
commit d4fec1e00f
2 changed files with 4 additions and 4 deletions

View File

@ -23,9 +23,9 @@ jobs:
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- name: Change to superscript directory
- defaults: Change to analysis directory
run: |
cd /analysis-master/
working-directory: /analysis-master/
- name: Install dependencies
run: |
python -m pip install --upgrade pip

View File

@ -23,9 +23,9 @@ jobs:
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- name: Change to superscript directory
- defaults: Change to superscript directory
run: |
cd /data-analysis/
working-directory: /analysis-master/
- name: Install dependencies
run: |
python -m pip install --upgrade pip