another attempt

Signed-off-by: Arthur Lu <learthurgo@gmail.com>
This commit is contained in:
Arthur Lu 2020-05-18 15:11:24 -05:00
parent eeee957d23
commit 7d738ca51e
2 changed files with 8 additions and 6 deletions

View File

@ -17,15 +17,16 @@ jobs:
matrix:
python-version: [3.5, 3.6, 3.7, 3.8]
defaults:
run:
working-directory: /analysis-master/
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- defaults: Change to analysis directory
run: |
working-directory: /analysis-master/
- name: Install dependencies
run: |
python -m pip install --upgrade pip

View File

@ -17,15 +17,16 @@ jobs:
matrix:
python-version: [3.5, 3.6, 3.7, 3.8]
defaults:
run:
working-directory: /data-analysis/
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- defaults: Change to superscript directory
run: |
working-directory: /analysis-master/
- name: Install dependencies
run: |
python -m pip install --upgrade pip