From 5c5f37a9aed237b43aea7d4df403c738c13a64dc Mon Sep 17 00:00:00 2001 From: DarkPhoenix Date: Thu, 30 Nov 2023 00:19:15 +0600 Subject: [PATCH] Use binary distributive of wx on linux --- .appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index 75701a7e9..3248d593b 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -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 ../