We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db6640d commit 7bc2ef7Copy full SHA for 7bc2ef7
1 file changed
.github/workflows/fedora_41.yml
@@ -87,10 +87,12 @@ jobs:
87
export DISPLAY=:0
88
export GITHUB_ACTIONS=True
89
git submodule update --init --recursive
90
+ source /home/wxpy/venvs/Py314/bin/activate
91
invoke test-ci
92
- name: Install and run
93
run: |
94
95
96
pip install .
97
xvfb-run --server-args="-screen 0, 1280x720x24" -a ride.py &
98
sleep 10
0 commit comments