mirror of
https://github.com/titanscouting/tra-analysis.git
synced 2024-11-10 06:54:44 +00:00
Merge pull request #78 from titanscouting/fix-publish
Install deps on publish-analysis
This commit is contained in:
commit
34a834c7bc
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