diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c487d97..aa010a8 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -30,7 +30,7 @@ jobs: - name: Install dependencies if: steps.cache-pipenv.outputs.cache-hit != 'true' - run: pipenv install --deploy --dev + run: pipenv lock && pipenv install --deploy --dev - name: Run make test run: pipenv run make test