Skip to content

Commit 94847cc

Browse files
author
houchenyao
committed
feature/active_pyenv_python_version
1 parent cd23933 commit 94847cc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.gitlab-ci.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ before_script:
5959
- base64 --decode --ignore-garbage ~/.ssh/id_rsa_base64 > ~/.ssh/id_rsa
6060
- chmod 600 ~/.ssh/id_rsa
6161
- echo -e "Host gitlab.espressif.cn\n\tStrictHostKeyChecking no\n" >> ~/.ssh/config
62-
6362
.build_template: &build_template
6463
stage: build
6564
image: $CI_DOCKER_REGISTRY/esp32-ci-env$BOT_DOCKER_IMAGE_TAG
@@ -299,6 +298,8 @@ assign_test:
299298
expire_in: 1 mos
300299
before_script: *add_gitlab_key_before
301300
script:
301+
- source /opt/pyenv/activate
302+
- pyenv global 3.5.5
302303
- git clone ${AUDIO_AUTO_REPO}
303304
- git clone ${TEST_FW_REPO}
304305
# assign example tests

0 commit comments

Comments
 (0)