ci: hyperbole should import requests only when needed

This commit is contained in:
Toby 2023-09-03 15:09:55 -07:00
parent 4aafb5e2da
commit 08372d972c
3 changed files with 3 additions and 3 deletions

View file

@ -29,7 +29,6 @@ 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,7 +28,6 @@ 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
@ -46,4 +45,5 @@ jobs:
- name: Publish to API
run: |
export HY_API_POST_KEY=${{ secrets.HY2_API_POST_KEY }}
pip install requests
python hyperbole.py publish