From 1a7dfdb48f1cd5ef74cb44492000c413d0eb5fea Mon Sep 17 00:00:00 2001 From: Cyber MacGeddon Date: Tue, 22 Jul 2025 23:26:09 +0100 Subject: [PATCH] Trying to get packages to install and test --- .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 36e18b15..e388a733 100644 --- a/.github/workflows/pull-request.yaml +++ b/.github/workflows/pull-request.yaml @@ -26,7 +26,7 @@ jobs: run: make update-package-versions VERSION=1.2.999 - name: Setup environment - run: python3 -m venv env + run: python3.12 -m venv env - name: Invoke environment run: . env/bin/activate