Skip to content

Commit e06b54a

Browse files
authored
Update .gitpod.yml
1 parent 5696fdf commit e06b54a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitpod.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
tasks:
2-
- init: pyenv global $(pyenv versions | grep -Po '\d.\d.\d' | grep ^3)
2+
- init: pyenv global $(pyenv versions | grep -Po '\d.\d.\d' | grep ^3 | head -1)
33
- command: make
44
image:
55
file: .gitpod.Dockerfile

0 commit comments

Comments
 (0)