Skip to content

Commit 626adb3

Browse files
committed
fix fixes
1 parent 6b23815 commit 626adb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-app-wxpython.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
run: |
3737
/Library/Frameworks/Python.framework/Versions/3.13/bin/python3 -m pip uninstall -y charset_normalizer
3838
/Library/Frameworks/Python.framework/Versions/3.13/bin/python3 -m pip download --platform macosx_10_13_x86_64 --only-binary=:all: charset-normalizer
39-
/Library/Frameworks/Python.framework/Versions/3.13/bin/python3 -m pip install charset_normalizer-*-macosx_10_13_x86_64.whl
39+
/Library/Frameworks/Python.framework/Versions/3.13/bin/python3 -m pip install charset_normalizer-3.4.4-cp313-cp313-macosx_10_13_universal2.whl
4040
4141
- name: Prepare Assets (--prepare-assets)
4242

0 commit comments

Comments
 (0)