Skip to content

Commit

Permalink
CI安装最新版依赖
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhaoZuohong committed Oct 10, 2023
1 parent 72ebe5e commit 6af72f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pyinstaller-win-shawn.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
run: |
python -m venv venv
venv\Scripts\pip install -r requirements.txt
venv\Scripts\pip install pyinstaller xxhash backports.zoneinfo[tzdata]
venv\Scripts\pip install -U pyinstaller xxhash backports.zoneinfo[tzdata]
- name: Patch Paddle
working-directory: ./main
shell: cmd
Expand Down

0 comments on commit 6af72f3

Please sign in to comment.