From 69daae25bf94661c73ee2b9a597c7f14912dbdb4 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Thu, 25 Jan 2024 09:44:06 -0500 Subject: [PATCH] install pytest --- .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 d086cfa..7713aae 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 + run: pipenv install --dev && pip install pytest # You can test your matrix by printing the current Python version - name: Run the tests with pytest run: make test