Skip to content

Commit d76cda9

Browse files
committed
explicitly use python 3.8 (python3 is 3.6)
1 parent 83f118f commit d76cda9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.jenkins.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ triggers:
33
pre_build_script:
44
- apt-get -y install curl
55
script:
6-
- python3 -m venv venv
6+
- python3.8 -m venv venv
77
- . venv/bin/activate
88
- pip install --upgrade pip virtualenv
99
- pip install -r test_requirements.txt

0 commit comments

Comments
 (0)