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 60555e7 commit bb07dd8Copy full SHA for bb07dd8
.appveyor.yml
@@ -26,9 +26,10 @@ for:
26
# Prepare pyfa data
27
- sh: find locale/ -type f -name "*.po" -exec msgen "{}" -o "{}" \;
28
- 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
+ - sh: python3 --version
+ - sh: python3 -B scripts/compile_lang.py
+ - sh: python3 -B scripts/dump_crowdin_progress.py
32
+ - sh: python3 -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