Skip to content

Commit 0e62b29

Browse files
committed
Debugging
1 parent 8a0cb15 commit 0e62b29

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.appveyor.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,12 @@ for:
2121
# AppImage dependencies
2222
- sh: sudo DEBIAN_FRONTEND=noninteractive apt-get -y install libfuse2
2323
# Preparation script dependencies
24-
- sh: sudo DEBIAN_FRONTEND=noninteractive apt-get -y install python3-wxgtk4.0 python3-sqlalchemy python3-logbook python3-requests
25-
- sh: sudo dpkg -l | grep python3
24+
- sh: sudo DEBIAN_FRONTEND=noninteractive apt-get -y install python3-wxgtk4.0 python3-sqlalchemy python3-logbook
2625
before_build:
2726
# Prepare pyfa data
2827
- sh: find locale/ -type f -name "*.po" -exec msgen "{}" -o "{}" \;
28+
- sh: python3 --version
29+
- sh: python3 -m requests
2930
- sh: python3 -B scripts/compile_lang.py
3031
- sh: python3 -B scripts/dump_crowdin_progress.py
3132
- sh: python3 -B db_update.py

0 commit comments

Comments
 (0)