Skip to content

Commit

Permalink
remove no need pipenv install
Browse files Browse the repository at this point in the history
Signed-off-by: Yiheng Wang <[email protected]>
  • Loading branch information
yiheng-wang-nv committed Jan 27, 2024
1 parent eab9e74 commit 87b0ffe
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/premerge-cpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip wheel
python -m pip install -r requirements-dev.txt
python -m pip install cffi && python -m pip install pipenv
- name: check
run: |
# clean up temporary files
Expand Down
1 change: 0 additions & 1 deletion ci/run_premerge_cpu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ fi
verify_bundle() {
for dir in /opt/hostedtoolcache/*; do
if [[ $dir != "/opt/hostedtoolcache/Python" ]]; then
echo "delete $dir"
rm -rf "$dir"
fi
done
Expand Down

0 comments on commit 87b0ffe

Please sign in to comment.