Skip to content

Commit 7bc2ef7

Browse files
Activate venv in Fedora Py314
1 parent db6640d commit 7bc2ef7

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/fedora_41.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,10 +87,12 @@ jobs:
8787
export DISPLAY=:0
8888
export GITHUB_ACTIONS=True
8989
git submodule update --init --recursive
90+
source /home/wxpy/venvs/Py314/bin/activate
9091
invoke test-ci
9192
- name: Install and run
9293
run: |
9394
git submodule update --init --recursive
95+
source /home/wxpy/venvs/Py314/bin/activate
9496
pip install .
9597
xvfb-run --server-args="-screen 0, 1280x720x24" -a ride.py &
9698
sleep 10

0 commit comments

Comments
 (0)