Tweaking pull request

This commit is contained in:
Cyber MacGeddon 2025-07-23 00:19:05 +01:00
parent 2c6ca615d2
commit 42089fcc1f

View file

@ -26,10 +26,12 @@ jobs:
uses: actions/checkout@v3
- name: Setup environment
run: python3.12 -m venv env
- name: Invoke environment
run: . env/bin/activate
run: |
dnf install -y python3.12
alternatives --install /usr/bin/python python /usr/bin/python3.12 1
python -m ensurepip --upgrade
python3.12 -m venv env
. env/bin/activate
- name: Setup packages
run: make update-package-versions VERSION=1.2.999