We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e62b29 commit a457d1dCopy full SHA for a457d1d
.appveyor.yml
@@ -25,11 +25,9 @@ for:
25
before_build:
26
# Prepare pyfa data
27
- 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
+ - sh: python3.11 -B scripts/compile_lang.py
+ - sh: python3.11 -B scripts/dump_crowdin_progress.py
+ - sh: python3.11 -B db_update.py
33
- sh: export PYFA_VERSION="$(python3 -B scripts/dump_version.py)"
34
- sh: mkdir build
35
# Download packaging tool
0 commit comments