Skip to content
This repository was archived by the owner on Apr 21, 2024. It is now read-only.

Commit 4aefe53

Browse files
fix package
1 parent b651b69 commit 4aefe53

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: 安装依赖
2929
run: |
3030
python -m pip install --upgrade pip &&
31-
pip install -r requirements.txt
31+
python -m pip install -r requirements.txt
3232
3333
- name: 构建exe
3434
uses: JustUndertaker/Nuitka-Action@v1.0

0 commit comments

Comments
 (0)