1
0
mirror of https://github.com/titanscouting/tra-analysis.git synced 2025-04-12 20:57:23 +00:00

Merge pull request from titanscouting/fix-publish

Install deps on publish-analysis
This commit is contained in:
Dev Singh 2021-04-30 17:43:20 -05:00 committed by GitHub
commit 34a834c7bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -24,6 +24,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install setuptools wheel twine
pip install -r requirements.txt
- name: Build package
working-directory: ${{env.working-directory}}
run: |