From 8c2f753f106550aecedc12965f04a40f5bd33819 Mon Sep 17 00:00:00 2001 From: Frank Anema <33519926+Conengmo@users.noreply.github.com> Date: Wed, 23 Oct 2024 11:00:43 +0200 Subject: [PATCH] Publish docs with Py3.12 for now (#2017) * Update deploy-docs.yml * remove comment, we always want to pin version --- .github/workflows/deploy-docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index e3a18ce1a..99e0d4905 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -32,7 +32,7 @@ jobs: environment-name: TEST init-shell: bash create-args: >- - python=3 + python=3.12 --file requirements.txt --file requirements-dev.txt