Use binary distributive of wx on linux

This commit is contained in:
DarkPhoenix
2023-11-30 00:19:15 +06:00
parent 621c36f1cd
commit 5c5f37a9ae

View File

@@ -37,9 +37,9 @@ for:
- sh: mkdir -p $DEPLOY_DIR
# run install pyfa packages and any other requirements
- sh: AppDir/usr/bin/python -s -m pip install -U pip setuptools wheel
- sh: AppDir/usr/bin/python -s -m pip install -r ../requirements.txt
# - sh: AppDir/usr/bin/python -s -m pip install -r ../requirements.txt
# Speedup, but causes runtime incompatiblities
#- sh: AppDir/usr/bin/python -s -m pip install -f https://extras.wxpython.org/wxPython4/extras/linux/gtk3/ubuntu-22.04 -r ../requirements.txt
- sh: AppDir/usr/bin/python -s -m pip install -f https://extras.wxpython.org/wxPython4/extras/linux/gtk3/ubuntu-22.04 -r ../requirements.txt
# Run scripts to prep pyfa data and build database
- sh: cd ../