From a256acd32fe39f39bf12b1dfb23724a553b34738 Mon Sep 17 00:00:00 2001 From: Max Halford Date: Thu, 21 Dec 2023 17:50:35 +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 ec5451b2..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.12" + python-version: "3.11" - name: Load cached Poetry installation uses: actions/cache@v3