Progress fix (#354)

* add python deps, print -> LOG

* add type hinting

* add more debug loggin

* more python deps

* aciton fix

* make wibo optional for progress history
This commit is contained in:
Pheenoh
2023-06-27 11:16:48 -06:00
committed by GitHub
parent 43ff6501d9
commit 8603f35cdc
2 changed files with 32 additions and 21 deletions
+4 -1
View File
@@ -29,7 +29,10 @@ jobs:
run_id: ${{ steps.get_run_id.outputs.run_id }}
name: artifact-${{ steps.get_run_id.outputs.run_id }}
workflow: ${{ env.WORKFLOW }}
- name: Install Python Deps
run: |
pip install GitPython rich
- name: Upload Progress to Frogress
env:
PROGRESS_API_KEY: ${{ secrets.FROGRESS_API_KEY }}
run: ./tp upload-progress -b https://progress.deco.mp/ -p twilightprincess -v gcn_usa progress-${{ steps.get_run_id.outputs.run_id }}.json
run: ./tp upload-progress progress-${{ steps.get_run_id.outputs.run_id }}.json -b https://progress.deco.mp/ -p twilightprincess -v gcn_usa