Skip to content
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.

Commit

Permalink
cleanup venv (#217)
Browse files Browse the repository at this point in the history
SUMMARY:
* cleanup venv after build is complete

TEST PLAN:
runs on remote push

checked the VM and it did in fact delete the venv for run corresponding
to `COMMIT=dc4ebd1bf17b41333a02854b5e6fa6f8e66f4595`

```
ubuntu@builder2-static:~$ pyenv versions
* system (set by /usr/local/apps/pyenv/version)
  3.8.17
  3.9.17
  3.10.12
  3.10.12/envs/BUILD-fd05293
  3.11.4
  BUILD-fd05293 --> /usr/local/apps/pyenv/versions/3.10.12/envs/BUILD-fd05293
```

---------

Co-authored-by: andy-neuma <[email protected]>
  • Loading branch information
andy-neuma and andy-neuma authored Apr 30, 2024
1 parent df1f1a0 commit 4a2ebb9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/nm-build-vllm/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ runs:
fi
# sdist
python3 setup.py sdist || SUCCESS=$?
pyenv uninstall --force ${{ inputs.python}}/envs/${VENV}
ls -alh dist
TAR_FILEPATH=$(find dist -type f -iname "*.tar.gz")
echo "${TAR_FILEPATH}"
Expand Down

0 comments on commit 4a2ebb9

Please sign in to comment.