We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25f98e0 commit 4d1df5aCopy full SHA for 4d1df5a
.github/workflows/linux.yml
@@ -78,6 +78,8 @@ jobs:
78
run: |
79
sudo dnf install -y sdl12-compat python3-wxpython4 xorg-x11-server-Xvfb python3-pip psmisc
80
sudo dnf downgrade -y mesa* --refresh
81
+ locale -a
82
+ export LC_ALL=C
83
sudo -H pip install -r requirements-dev.txt
84
- name: Run tests
85
0 commit comments