Tweaking pull request

This commit is contained in:
Cyber MacGeddon 2025-07-23 00:27:53 +01:00
parent a0cdc39cb8
commit aa1d5913e7

View file

@ -27,7 +27,7 @@ jobs:
- name: Setup environment
run: |
dnf install -y python3.12 make
dnf install -y python3.12 make which
alternatives --install /usr/bin/python python /usr/bin/python3.12 1
python -m ensurepip --upgrade
python3.12 -m venv env
@ -36,7 +36,8 @@ jobs:
- name: Setup packages
run: make update-package-versions VERSION=1.2.999
- run: which python
- run: pip list
- run: which pip
- name: Build packages
run: make packages VERSION=1.2.999