Skip to content

Commit

Permalink
add pipenv clear command
Browse files Browse the repository at this point in the history
Signed-off-by: Yiheng Wang <vennw@nvidia.com>
  • Loading branch information
yiheng-wang-nv committed Sep 6, 2023
1 parent 8482a3c commit 07517c8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ci/run_premerge_cpu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ remove_pipenv() {
echo "removing pip environment"
pipenv --rm
rm Pipfile Pipfile.lock
pipenv --clear
df -h
}

verify_bundle() {
Expand Down

0 comments on commit 07517c8

Please sign in to comment.