From 91626bd64ec959069941c5de241bd65484fcf1a8 Mon Sep 17 00:00:00 2001 From: Cyber MacGeddon Date: Mon, 21 Jul 2025 12:08:58 +0100 Subject: [PATCH] Testing a theory about why stuff is not passing tests --- .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 63732269..7abc2140 100644 --- a/.github/workflows/pull-request.yaml +++ b/.github/workflows/pull-request.yaml @@ -19,7 +19,7 @@ jobs: uses: actions/checkout@v3 - name: Setup packages - run: make update-package-versions VERSION=0.0.0 + run: make update-package-versions VERSION=1.2.999 - name: Setup environment run: python3 -m venv env