mirror of
https://github.com/titanscouting/tra-analysis.git
synced 2024-12-26 17:49:09 +00:00
install deps on publish-analysis
This commit is contained in:
parent
9f71ab3aad
commit
4910c335f1
1
.github/workflows/publish-analysis.yml
vendored
1
.github/workflows/publish-analysis.yml
vendored
@ -24,6 +24,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
pip install setuptools wheel twine
|
pip install setuptools wheel twine
|
||||||
|
pip install -r requirements.txt
|
||||||
- name: Build package
|
- name: Build package
|
||||||
working-directory: ${{env.working-directory}}
|
working-directory: ${{env.working-directory}}
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
Reference in New Issue
Block a user