From 1324132222af9b4d6df3ba8b9e231acb2a579214 Mon Sep 17 00:00:00 2001 From: Cyber MacGeddon Date: Wed, 23 Jul 2025 00:20:14 +0100 Subject: [PATCH] Tweaking pull request --- .github/workflows/pull-request.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull-request.yaml b/.github/workflows/pull-request.yaml index 06cb3219..a7dfd66c 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 + 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