From cba2c9fcd74be0b5e68b3d9ba61b2a8b217a7b00 Mon Sep 17 00:00:00 2001 From: Max Halford Date: Sun, 17 Nov 2024 23:13:33 +0100 Subject: [PATCH] Update action.yml --- .github/actions/install-env/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/install-env/action.yml b/.github/actions/install-env/action.yml index 09069a7a..86337e68 100644 --- a/.github/actions/install-env/action.yml +++ b/.github/actions/install-env/action.yml @@ -9,7 +9,7 @@ runs: id: set-up-python uses: actions/setup-python@v4 with: - python-version: "3.11.4" + python-version: "3.11" - name: Load cached Poetry installation uses: actions/cache@v3