Skip to content

Commit e8f4349

Browse files
committed
Tests now run in python 3
1 parent 3a872fa commit e8f4349

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ pipeline {
5353
goto ERROR
5454
)
5555
56-
C:/Instrument/Apps/Python/python.exe run_tests.py || echo "running tests failed."
56+
C:/Instrument/Apps/Python3/python.exe run_tests.py || echo "running tests failed."
5757
"""
5858
}
5959
}

0 commit comments

Comments
 (0)