Skip to content

Commit 5683176

Browse files
authored
Merge pull request #135 from MLPlatformWebsite/pjc-transfer-linaro-scripts
Fix pipenv issues
2 parents 0d13018 + 37c659d commit 5683176

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/push.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ jobs:
2525
- name: Initialise environment
2626
run: |
2727
cat ".github-env-${GITHUB_REF##*/}" >> $GITHUB_ENV
28-
pipenv install
28+
pipenv --rm || true # Force-remove any old/broken venv
29+
pipenv sync --verbose
2930
3031
- run: env
3132

0 commit comments

Comments
 (0)