Skip to content

Commit

Permalink
Update pytest dependencies to include pydantic
Browse files Browse the repository at this point in the history
  • Loading branch information
kennethreitz committed Jan 30, 2024
1 parent fb1640f commit 1d5153e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1d5153e

Please sign in to comment.