diff --git a/Jenkinsfile b/Jenkinsfile index fc6390e..423adf9 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -33,7 +33,7 @@ for (python_ver in matrix_python) { // (Required) Execute a series of commands to set up the build bc.build_cmds = [ "pip install pytest", - "python setup.py install", + "pip install .", ] // (Optional) Execute a series of test commands