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 654f8ed commit 8a0cb15Copy full SHA for 8a0cb15
.appveyor.yml
@@ -22,6 +22,7 @@ for:
22
- sh: sudo DEBIAN_FRONTEND=noninteractive apt-get -y install libfuse2
23
# 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
26
before_build:
27
# Prepare pyfa data
28
- sh: find locale/ -type f -name "*.po" -exec msgen "{}" -o "{}" \;
0 commit comments