Skip to content

Commit 6b8ab78

Browse files
committed
Fix fake-sync
acceptance action failed if it ran against tag (with Pipenv.lock) and github cache of pipenv was not present.
1 parent 8b33e17 commit 6b8ab78

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -304,6 +304,7 @@ ensure-smoke:
304304

305305
fake-sync:
306306
test -e Pipfile.lock \
307+
&& (pipenv --venv || pipenv sync --dev $(PIPENV_ARGS)) \
307308
&& touch Pipfile.lock \
308309
&& touch .make-pipenv-sync .make-pipenv-sync-dev \
309310
|| true

0 commit comments

Comments
 (0)