mirror of
https://github.com/titanscouting/tra-analysis.git
synced 2024-11-10 06:54:44 +00:00
attempt to fix working directory issues
Signed-off-by: Arthur Lu <learthurgo@gmail.com>
This commit is contained in:
parent
f55f3cb7d1
commit
eeee957d23
4
.github/workflows/ut-analysis.yml
vendored
4
.github/workflows/ut-analysis.yml
vendored
@ -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
|
||||
|
4
.github/workflows/ut-superscript.yml
vendored
4
.github/workflows/ut-superscript.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user