chore: upgrade pip before running

This commit is contained in:
y1ndan 2021-01-01 06:53:26 +08:00
parent b971c916dc
commit f6fc8c53d1

View File

@ -37,6 +37,7 @@ jobs:
- name: Run sign
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
echo "${{ secrets.COOKIE }}" | tr '#' "\n" | sed 's/$/&#${{ secrets.SCKEY }}/g' | xargs -I {} sh -c 'echo "{}" | python3 ./genshin.py'