Skip to content

Commit a457d1d

Browse files
committed
Debugging
1 parent 0e62b29 commit a457d1d

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.appveyor.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,9 @@ for:
2525
before_build:
2626
# Prepare pyfa data
2727
- sh: find locale/ -type f -name "*.po" -exec msgen "{}" -o "{}" \;
28-
- sh: python3 --version
29-
- sh: python3 -m requests
30-
- sh: python3 -B scripts/compile_lang.py
31-
- sh: python3 -B scripts/dump_crowdin_progress.py
32-
- sh: python3 -B db_update.py
28+
- sh: python3.11 -B scripts/compile_lang.py
29+
- sh: python3.11 -B scripts/dump_crowdin_progress.py
30+
- sh: python3.11 -B db_update.py
3331
- sh: export PYFA_VERSION="$(python3 -B scripts/dump_version.py)"
3432
- sh: mkdir build
3533
# Download packaging tool

0 commit comments

Comments
 (0)