mirror of
https://github.com/titanscouting/tra-analysis.git
synced 2024-11-09 22:44:44 +00:00
attempt to fix working directory issues
Signed-off-by: Arthur Lu <learthurgo@gmail.com>
This commit is contained in:
parent
369ec9e8f6
commit
d4fec1e00f
4
.github/workflows/ut-analysis.yml
vendored
4
.github/workflows/ut-analysis.yml
vendored
@ -23,9 +23,9 @@ jobs:
|
|||||||
uses: actions/setup-python@v2
|
uses: actions/setup-python@v2
|
||||||
with:
|
with:
|
||||||
python-version: ${{ matrix.python-version }}
|
python-version: ${{ matrix.python-version }}
|
||||||
- name: Change to superscript directory
|
- defaults: Change to analysis directory
|
||||||
run: |
|
run: |
|
||||||
cd /analysis-master/
|
working-directory: /analysis-master/
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
python -m pip install --upgrade pip
|
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
|
uses: actions/setup-python@v2
|
||||||
with:
|
with:
|
||||||
python-version: ${{ matrix.python-version }}
|
python-version: ${{ matrix.python-version }}
|
||||||
- name: Change to superscript directory
|
- defaults: Change to superscript directory
|
||||||
run: |
|
run: |
|
||||||
cd /data-analysis/
|
working-directory: /analysis-master/
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
|
Loading…
Reference in New Issue
Block a user