mirror of
https://github.com/titanscouting/tra-analysis.git
synced 2024-11-10 06:54:44 +00:00
readded pytest install
Signed-off-by: Arthur Lu <learthurgo@gmail.com>
This commit is contained in:
parent
52fae5f2bf
commit
e9a12337d4
1
.github/workflows/ut-analysis.yml
vendored
1
.github/workflows/ut-analysis.yml
vendored
@ -29,6 +29,7 @@ jobs:
|
|||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
|
pip install pytest
|
||||||
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
|
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
|
||||||
working-directory: ${{ env.working-directory }}
|
working-directory: ${{ env.working-directory }}
|
||||||
- name: Test with pytest
|
- name: Test with pytest
|
||||||
|
1
.github/workflows/ut-superscript.yml
vendored
1
.github/workflows/ut-superscript.yml
vendored
@ -29,6 +29,7 @@ jobs:
|
|||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
|
pip install pytest
|
||||||
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
|
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
|
||||||
working-directory: ${{ env.working-directory }}
|
working-directory: ${{ env.working-directory }}
|
||||||
- name: Test with pytest
|
- name: Test with pytest
|
||||||
|
Loading…
Reference in New Issue
Block a user