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

Commit ca97700

Browse files
authored
test5
1 parent 7b9d292 commit ca97700

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,4 +90,6 @@ jobs:
9090
- name: Install Requirements
9191
run: |
9292
python3 --version
93-
pip
93+
pip install --upgrade pip wheel
94+
pip install pyinstaller
95+
python3 -O -m PyInstaller DIP.spec

0 commit comments

Comments
 (0)