ci: fix python dep

This commit is contained in:
Toby 2023-09-01 17:39:51 -07:00
parent d6c5ef2a0a
commit dc7d62f6f8
2 changed files with 2 additions and 1 deletions

View file

@ -29,6 +29,7 @@ jobs:
- name: Run build script
run: |
pip install requests
export HY_APP_PLATFORMS=$(sed 's/\r$//' platforms.txt | awk '!/^#/ && !/^$/' | paste -sd ",")
python hyperbole.py build -r

View file

@ -28,6 +28,7 @@ jobs:
- name: Run build script
run: |
pip install requests
export HY_APP_PLATFORMS=$(sed 's/\r$//' platforms.txt | awk '!/^#/ && !/^$/' | paste -sd ",")
python hyperbole.py build -r
@ -44,6 +45,5 @@ jobs:
- name: Publish to API
run: |
pip install requests
export HY_API_POST_KEY=${{ secrets.HY2_API_POST_KEY }}
python hyperbole.py publish