From ab6e623cb1a75f54fc419cee66a16e3d8ff1adc2 Mon Sep 17 00:00:00 2001 From: "W. Scott Gromme" <127866973+sgromme@users.noreply.github.com> Date: Wed, 8 Nov 2023 10:40:11 -0500 Subject: [PATCH] Add Gitpod workspace with a Breeze compatible python (#35531) * Add Gitpod workspace with Breeze compatible python --- .gitpod.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitpod.yml b/.gitpod.yml index f255f38dd8f40..fa77c07eda214 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -19,6 +19,9 @@ # Reference: https://www.gitpod.io/docs/references/gitpod-yml # Docs: https://www.gitpod.io/docs/config-gitpod-file/ +# default "gitpod/workspace-full" python version > 3.11 +image: gitpod/workspace-python-3.11 + tasks: - init: ./scripts/ci/install_breeze.sh - name: Install pre-commit