Skip to content

Commit

Permalink
set pyinstaller version to 6.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
YellowRoseCx authored Mar 20, 2024
1 parent 801b5b5 commit 9c1707d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake-rocm-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
python -m pip install cmake ninja
- name: Install PyInstaller
run: pip install pyinstaller psutil
run: pip install pyinstaller==6.4.0 psutil

- name: Build Lib
run: |
Expand Down

0 comments on commit 9c1707d

Please sign in to comment.