From aa1d5913e747e48251624e47dffb3b192f001661 Mon Sep 17 00:00:00 2001 From: Cyber MacGeddon Date: Wed, 23 Jul 2025 00:27:53 +0100 Subject: [PATCH] Tweaking pull request --- .github/workflows/pull-request.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pull-request.yaml b/.github/workflows/pull-request.yaml index 68d35aa1..b6db7567 100644 --- a/.github/workflows/pull-request.yaml +++ b/.github/workflows/pull-request.yaml @@ -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