Skip to content

Commit

Permalink
test: simplify dir structure of python-code-code-quality
Browse files Browse the repository at this point in the history
Signed-off-by: Nick Mitchell <nickm@us.ibm.com>
  • Loading branch information
starpit committed Nov 26, 2024
1 parent 5a882ff commit ca83f78
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions pkg/runtime/needs/install_requirements.go
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ pip3 install %s %s -r %s %s 1>&2`, venvPath, venvPath, verboseFlag, nocache, qui
cmd = exec.CommandContext(ctx, "/bin/bash", "-c", cmds)
cmd.Dir = filepath.Dir(venvPath)
if verbose {
// Stderr so as not to collide with lunchpail pipeline stdout
cmd.Stdout = os.Stderr
}
cmd.Stderr = os.Stderr
Expand Down
Binary file not shown.
Binary file not shown.
4 changes: 2 additions & 2 deletions tests/tests/python-code-code-quality/post.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ function validate {
rm -f "$actual"
}

validate task.1.parquet "$DATA"/expected/sample1.parquet.gz
validate task.2.parquet "$DATA"/expected/sample2.parquet.gz
validate task.1.parquet "$DATA"/expected/sample_1.parquet.gz
validate task.2.parquet "$DATA"/expected/sample_2.parquet.gz

0 comments on commit ca83f78

Please sign in to comment.