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 uses: actions/checkout@v3
- name: Setup environment - name: Setup environment
run: python3.12 -m venv env run: |
dnf install -y python3.12
- name: Invoke environment alternatives --install /usr/bin/python python /usr/bin/python3.12 1
run: . env/bin/activate python -m ensurepip --upgrade
python3.12 -m venv env
. env/bin/activate
- name: Setup packages - name: Setup packages
run: make update-package-versions VERSION=1.2.999 run: make update-package-versions VERSION=1.2.999