More stuff.

Signed-off-by: Cliff Hill <xlorep@darkhelm.org>
This commit is contained in:
2021-10-26 13:19:37 -04:00
parent 0421ce1bbb
commit f3253cd556

1
Jenkinsfile vendored
View File

@@ -9,6 +9,7 @@ pipeline {
stage('Test') {
steps {
sh 'echo ${USER}'
sh 'set'
sh 'pip3 install -U pip'
sh 'pip3 install wheel nox nox_poetry poetry'
sh 'nox --version'