Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
shanosborne committed Jan 23, 2020
1 parent 68c35fc commit d140128
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 @@ -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",
"pyip install .",
"pip install .",
]

// (Optional) Execute a series of test commands
Expand Down

0 comments on commit d140128

Please sign in to comment.