We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0d13018 + 37c659d commit 5683176Copy full SHA for 5683176
1 file changed
.github/workflows/push.yml
@@ -25,7 +25,8 @@ jobs:
25
- name: Initialise environment
26
run: |
27
cat ".github-env-${GITHUB_REF##*/}" >> $GITHUB_ENV
28
- pipenv install
+ pipenv --rm || true # Force-remove any old/broken venv
29
+ pipenv sync --verbose
30
31
- run: env
32
0 commit comments