Skip to content

Commit 03c3f08

Browse files
committed
downgrade pyinstaller due to ruamel issue
1 parent 0a581ec commit 03c3f08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ endif
1515

1616
standalone:
1717
python -m pip install --upgrade pip
18-
python -m pip install --upgrade pyinstaller
18+
python -m pip install --upgrade pyinstaller==4.0
1919
python -m pip install --upgrade setuptools
2020
-$(RM) $(output_dir)
2121
python .build/pre_build.py

0 commit comments

Comments
 (0)