From d064460739909b02e38bd35349b04385ddf93d46 Mon Sep 17 00:00:00 2001 From: Christopher Manteuffel Date: Wed, 15 Jan 2025 12:08:52 -0700 Subject: [PATCH] Attempt to fix github test problem --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 959924e..59eaadb 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -5,7 +5,7 @@ on: push: {} jobs: pylint: - runs-on: ubuntu-latest + runs-on: python:3.10-bookworm steps: - name: Check out repository code uses: actions/checkout@v4