chore: upgrade pip before running
This commit is contained in:
parent
b971c916dc
commit
f6fc8c53d1
1
.github/workflows/main.yml
vendored
1
.github/workflows/main.yml
vendored
@ -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'
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user