Skip to content

Commit 3049d87

Browse files
authored
Update Jenkinsfile
1 parent 71d1ba4 commit 3049d87

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎Jenkinsfile‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def test_with_torch(branch)
4141
}
4242
}
4343

44-
node {
44+
node('windows') {
4545
stage('Checkout') {
4646
checkout scm
4747
bat 'git pull --tags'

0 commit comments

Comments
 (0)