From ee22c6b9fc4f798476deddd1c72612675ceca493 Mon Sep 17 00:00:00 2001 From: Conengmo <33519926+Conengmo@users.noreply.github.com> Date: Wed, 23 Oct 2024 09:52:06 +0200 Subject: [PATCH 1/2] Update deploy-docs.yml --- .github/workflows/deploy-docs.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index e3a18ce1a..097bfd2da 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -31,8 +31,9 @@ jobs: with: environment-name: TEST init-shell: bash + # use '3.12' for now while Altair is not 3.13 compatible. Revert to '3' when it is. create-args: >- - python=3 + python=3.12 --file requirements.txt --file requirements-dev.txt From 1a3c6da720b136f0e853f322c1cd084440001188 Mon Sep 17 00:00:00 2001 From: Conengmo <33519926+Conengmo@users.noreply.github.com> Date: Wed, 23 Oct 2024 09:54:23 +0200 Subject: [PATCH 2/2] remove comment, we always want to pin version --- .github/workflows/deploy-docs.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index 097bfd2da..99e0d4905 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -31,7 +31,6 @@ jobs: with: environment-name: TEST init-shell: bash - # use '3.12' for now while Altair is not 3.13 compatible. Revert to '3' when it is. create-args: >- python=3.12 --file requirements.txt