From 242121052eba3b9417889c98872339329b58e912 Mon Sep 17 00:00:00 2001 From: Alex Waygood Date: Tue, 20 Aug 2024 12:23:32 +0100 Subject: [PATCH] Update check.yml --- .github/workflows/check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 62db394..10183fe 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -35,7 +35,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-python@v5 with: - python-version: "3.12" + python-version: "3.8" allow-prereleases: true - run: curl -LsSf https://astral.sh/uv/install.sh | sh - run: uv pip install -e .[dev] --system