From 6dadc9383c891e97cb7d7596487b60261d0bbea8 Mon Sep 17 00:00:00 2001 From: Christopher Viel Date: Wed, 9 Feb 2022 14:26:21 -0500 Subject: [PATCH] feat: run pipenv sync to restrict the install to lockfile deps Also include dev dependencies. --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 650b58b..b2884c4 100644 --- a/action.yml +++ b/action.yml @@ -22,4 +22,4 @@ runs: - name: Install dependencies shell: bash - run: pipenv install + run: pipenv sync --dev