Skip to content

Commit

Permalink
Update Jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
okuchaiev authored Jan 25, 2020
1 parent fa360e7 commit a698266
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ pipeline {
sh 'python -c "import torch; print(torch.__version__)"'
}
}
stage('Code formatting checks') {
stage('Install test requirements') {
steps {
sh 'pip install -r requirements/requirements_test.txt'
}
Expand Down

0 comments on commit a698266

Please sign in to comment.