From a457d1d629b97eed422d55915a9ad024ec13f603 Mon Sep 17 00:00:00 2001 From: DarkPhoenix Date: Wed, 12 Mar 2025 16:23:35 +0100 Subject: [PATCH] Debugging --- .appveyor.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index 191319a36..76749e55d 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -25,11 +25,9 @@ for: before_build: # Prepare pyfa data - sh: find locale/ -type f -name "*.po" -exec msgen "{}" -o "{}" \; - - sh: python3 --version - - sh: python3 -m requests - - sh: python3 -B scripts/compile_lang.py - - sh: python3 -B scripts/dump_crowdin_progress.py - - sh: python3 -B db_update.py + - sh: python3.11 -B scripts/compile_lang.py + - sh: python3.11 -B scripts/dump_crowdin_progress.py + - sh: python3.11 -B db_update.py - sh: export PYFA_VERSION="$(python3 -B scripts/dump_version.py)" - sh: mkdir build # Download packaging tool