Browse Source

update .Jenkinsfile

dev0.8.0
x54-729 2 years ago
parent
commit
96e8c6bda2
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .Jenkinsfile

+ 1
- 1
.Jenkinsfile View File

@@ -18,7 +18,7 @@ pipeline {
}
}
steps {
sh 'pytest ./tests --durations=0 --html=other.html --self-contained-html -m "not (torch or paddle or paddledist or jittor or torchpaddle or torchjittor)"'
sh 'pytest ./tests --durations=0 --html=other.html --self-contained-html -m "not (torch or paddle or paddledist or jittor or oneflow or oneflowdist or torchpaddle or torchjittor or torchoneflow)"'
}
post {
always {


Loading…
Cancel
Save