From bcdb71ec89f9f18cdd0d4a6e950f39abc58c6946 Mon Sep 17 00:00:00 2001 From: "spaceBearAmadeus (Alex)" Date: Mon, 26 Aug 2024 15:27:27 -0400 Subject: [PATCH] updated linux build for exact python versions in gh cache --- .github/workflows/linux.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 7b718a35..f940fda1 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [ '3.7', '3.8', '3.9', '3.10', '3.11' ] + python-version: [ '3.7.12', '3.8.12', '3.9.7', '3.10.4', '3.11.0' ] # python-version: [ '3.7', '3.8', '3.9', '3.10' ] steps: