Skip to content

Commit e9f1874

Browse files
committed
remove pipenv venv if exists
1 parent 97d6045 commit e9f1874

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ jobs:
4848
# install needed tools
4949
python -m pip install --no-cache-dir --upgrade pipenv
5050
51+
# remove venv, if exists
52+
pipenv --rm || true
5153
# update Pipfile
5254
pipenv --python ${{ env.PYTHON_VERSION }}
5355
pipenv install checkov==${{ steps.version.outputs.version }}

0 commit comments

Comments
 (0)