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
414ffdf96c
commit
4e3f6b4480
1
.github/workflows/ut-analysis.yml
vendored
1
.github/workflows/ut-analysis.yml
vendored
@ -29,6 +29,7 @@ jobs:
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
pip install pytest
|
||||
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
|
||||
working-directory: ${{ env.working-directory }}
|
||||
- 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
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
pip install pytest
|
||||
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
|
||||
working-directory: ${{ env.working-directory }}
|
||||
- name: Test with pytest
|
||||
|
Loading…
Reference in New Issue
Block a user