mirror of
https://github.com/titanscouting/tra-analysis.git
synced 2024-11-09 22:44:44 +00:00
another attempt
Signed-off-by: Arthur Lu <learthurgo@gmail.com>
This commit is contained in:
parent
d4fec1e00f
commit
5d5df55ad7
7
.github/workflows/ut-analysis.yml
vendored
7
.github/workflows/ut-analysis.yml
vendored
@ -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
|
||||
|
7
.github/workflows/ut-superscript.yml
vendored
7
.github/workflows/ut-superscript.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user