We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bc2ef7 commit 759ad77Copy full SHA for 759ad77
1 file changed
.github/workflows/fedora_41.yml
@@ -80,7 +80,7 @@ jobs:
80
source /home/wxpy/venvs/Py314/bin/activate
81
pip install https://robotframework.transformidea.com/RIDE/packages/Linux/Fedora_41/wxpython-4.2.4a15946+920a2bde-cp314-cp314-linux_x86_64.whl
82
pip install -r requirements-dev.txt
83
- sudo dnf install -y xorg-x11-server-Xvfb
+ sudo dnf install -y xorg-x11-server-Xvfb psmisc
84
- name: Run tests
85
run: |
86
Xvfb &
0 commit comments