We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba8767a commit 5696fdfCopy full SHA for 5696fdf
.gitpod.yml
@@ -1,4 +1,5 @@
1
tasks:
2
- - init: make
+ - init: pyenv global $(pyenv versions | grep -Po '\d.\d.\d' | grep ^3)
3
+ - command: make
4
image:
5
file: .gitpod.Dockerfile
0 commit comments