Tweaking pull request

This commit is contained in:
Cyber MacGeddon 2025-07-23 00:20:14 +01:00
parent 42089fcc1f
commit 1324132222

View file

@ -27,7 +27,7 @@ jobs:
- name: Setup environment
run: |
dnf install -y python3.12
dnf install -y python3.12 make
alternatives --install /usr/bin/python python /usr/bin/python3.12 1
python -m ensurepip --upgrade
python3.12 -m venv env