From 6616f104e689cc83daec260131e62d0c0600b233 Mon Sep 17 00:00:00 2001 From: Blake Harnden <32446120+bharnden@users.noreply.github.com> Date: Mon, 30 Mar 2020 10:19:23 -0700 Subject: [PATCH] tweak github action to sync pipenv and not install newer packages --- .github/workflows/daemon-checks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/daemon-checks.yml b/.github/workflows/daemon-checks.yml index 00537c8e..c7f3f0ec 100644 --- a/.github/workflows/daemon-checks.yml +++ b/.github/workflows/daemon-checks.yml @@ -19,7 +19,7 @@ jobs: cp setup.py.in setup.py cp core/constants.py.in core/constants.py sed -i 's/True/False/g' core/constants.py - pipenv install --dev + pipenv sync --dev - name: isort run: | cd daemon