diff --git a/.github/workflows/template_unit_pytest.yml b/.github/workflows/template_unit_pytest.yml index 81344d1..5a0fc70 100644 --- a/.github/workflows/template_unit_pytest.yml +++ b/.github/workflows/template_unit_pytest.yml @@ -54,7 +54,7 @@ jobs: ls -al echo "Pipfile content:" cat Pipfile - pipenv sync -d + pipenv install --dev --skip-lock - name: Run tests with pytest working-directory: ${{ env.WORKING_DIR }}