From bc3e03492541338000921a24e9c92b72f39c38dc Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Thu, 25 Jan 2024 09:42:18 -0500 Subject: [PATCH] Update pipenv install command --- .github/workflows/pytest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index 78f429a..643e40c 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -19,7 +19,7 @@ jobs: - name: Install pipenv run: pip install pipenv - name: Install dependencies - run: pipenv install --dev --deploy --ignore-pipfile + run: pipenv install --dev # You can test your matrix by printing the current Python version - name: Run the tests with pytest run: make test