Use python for venv command rather than python3
Some checks failed
Amarillo/amarillo-gitea/amarillo-gtfs-export/pipeline/head There was a failure building this commit
Some checks failed
Amarillo/amarillo-gitea/amarillo-gtfs-export/pipeline/head There was a failure building this commit
This commit is contained in:
parent
a7311b9152
commit
1b6a86d5fd
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
|
@ -9,7 +9,7 @@ pipeline {
|
||||||
stage('Create virtual environment') {
|
stage('Create virtual environment') {
|
||||||
steps {
|
steps {
|
||||||
echo 'Creating virtual environment'
|
echo 'Creating virtual environment'
|
||||||
sh '''python3 -m venv .venv
|
sh '''python -m venv .venv
|
||||||
. .venv/bin/activate'''
|
. .venv/bin/activate'''
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue