Skip to content

Commit ab6e623

Browse files
authored
Add Gitpod workspace with a Breeze compatible python (apache#35531)
* Add Gitpod workspace with Breeze compatible python
1 parent 8e0936f commit ab6e623

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.gitpod.yml

+3
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@
1919
# Reference: https://www.gitpod.io/docs/references/gitpod-yml
2020
# Docs: https://www.gitpod.io/docs/config-gitpod-file/
2121

22+
# default "gitpod/workspace-full" python version > 3.11
23+
image: gitpod/workspace-python-3.11
24+
2225
tasks:
2326
- init: ./scripts/ci/install_breeze.sh
2427
- name: Install pre-commit

0 commit comments

Comments
 (0)