From 1d5153e850e09d3439d707af1242b5fd0acb8dcd Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Tue, 30 Jan 2024 10:19:44 -0500 Subject: [PATCH] Update pytest dependencies to include pydantic --- .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 e6397ca..8523475 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 && pip install pytest + run: pipenv install --dev && pip install pydantic # You can test your matrix by printing the current Python version - name: Run the tests with pytest run: pipenv run make ci