Poetry Preparation shortened for CI

Only dependencies are installed during setup, untracked packages are removed.

Signed-off-by: Jürgen Edelbluth <jed@noreply.git.codebau.dev>
This commit is contained in:
Jürgen Edelbluth 2022-08-26 17:31:50 +02:00
parent 8a55418bb3
commit 3c0892d8ee
Signed by: git.codebau.dev
GPG Key ID: F798C6B4352E8035
1 changed files with 1 additions and 1 deletions

2
.ci/Jenkinsfile vendored
View File

@ -10,7 +10,7 @@ pipeline {
stages {
stage('Prepare') {
steps {
sh 'poetry install'
sh 'poetry install --remove-untracked --no-root'
}
}
stage('Tox') {