Skip to content

Commit bb07dd8

Browse files
committed
Debugging
1 parent 60555e7 commit bb07dd8

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.appveyor.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,10 @@ for:
2626
# Prepare pyfa data
2727
- sh: find locale/ -type f -name "*.po" -exec msgen "{}" -o "{}" \;
2828
- sh: pyenv global system
29-
- sh: python3.11 -B scripts/compile_lang.py
30-
- sh: python3.11 -B scripts/dump_crowdin_progress.py
31-
- sh: python3.11 -B db_update.py
29+
- sh: python3 --version
30+
- sh: python3 -B scripts/compile_lang.py
31+
- sh: python3 -B scripts/dump_crowdin_progress.py
32+
- sh: python3 -B db_update.py
3233
- sh: export PYFA_VERSION="$(python3 -B scripts/dump_version.py)"
3334
- sh: mkdir build
3435
# Download packaging tool

0 commit comments

Comments
 (0)