We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d25a43e + 3b8fba2 commit 89da1d5Copy full SHA for 89da1d5
1 file changed
.github/workflows/push.yml
@@ -26,7 +26,6 @@ jobs:
26
run: |
27
cat ".github-env-${GITHUB_REF##*/}" >> $GITHUB_ENV
28
pipenv --rm || true # Force-remove any old/broken venv
29
- rm Pipfile.lock || true
30
pipenv sync --verbose
31
32
- run: env
0 commit comments