Commit 87f4336 1 parent 161746f commit 87f4336 Copy full SHA for 87f4336
File tree 1 file changed +2
-1
lines changed
1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 79
79
sudo dnf install -y sdl12-compat python3-wxpython4 xorg-x11-server-Xvfb python3-pip psmisc
80
80
sudo dnf downgrade -y mesa* --refresh
81
81
export LANG=en_US.UTF-8
82
- localedef --verbose --force -i en_US -f UTF-8 en_US.UTF-8
82
+ sudo localedef --verbose --force -i en_US -f UTF-8 en_US.UTF-8
83
83
sudo -H pip install -r requirements-dev.txt
84
84
- name : Run tests
85
85
run : |
@@ -109,6 +109,7 @@ jobs:
109
109
run : |
110
110
sudo apt update -y
111
111
sudo apt install -y libsdl1.2debian libsdl2-2.0-0 libnotify4
112
+ sudo locale-gen en_US.UTF-8
112
113
sudo pip install https://extras.wxpython.org/wxPython4/extras/linux/gtk3/ubuntu-22.04/wxPython-4.2.1-cp310-cp310-linux_x86_64.whl
113
114
sudo pip install -r requirements-dev.txt
114
115
Xvfb &
You can’t perform that action at this time.
0 commit comments