fix gitpod compile

when HybridCompile is used
This commit is contained in:
Jason2866
2025-07-26 17:46:26 +02:00
committed by GitHub
parent 323c942337
commit 48c482d169
+3 -1
View File
@@ -1,3 +1,5 @@
FROM gitpod/workspace-python-3.11
FROM gitpod/workspace-python-3.13
RUN python -m pip install --break-system-packages uv
USER gitpod