We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 03eb724 + ffcb4ca commit 47acdf0Copy full SHA for 47acdf0
1 file changed
.github/workflows/push.yml
@@ -35,7 +35,7 @@ jobs:
35
- name: Initialise environment
36
run: |
37
cat ".github-env-${GITHUB_REF##*/}" >> $GITHUB_ENV
38
- apt update && apt install pipenv
+ sudo apt update && sudo apt install pipenv
39
pipenv --rm || true # Force-remove any old/broken venv
40
pipenv lock
41
pipenv sync
0 commit comments