Skip to content

Commit

Permalink
(fix) Adding pydantic to test dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
d-krupke committed Oct 11, 2024
1 parent 15bb3e1 commit dacdb2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install ortools pytest
pip install ortools pytest pydantic
- name: Run tests
run: pytest tests/

0 comments on commit dacdb2d

Please sign in to comment.