Skip to content

Commit

Permalink
Fix Pydantic version specifying
Browse files Browse the repository at this point in the history
  • Loading branch information
dan-fritchman committed Sep 6, 2024
1 parent ec32f1b commit 6ec5f9a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,9 @@ jobs:
python-version: ${{ matrix.python-version }}

- name: Install dependencies
run: bash scripts/install-${{ matrix.dep-installer }}.sh
run: |
bash scripts/install-${{ matrix.dep-installer }}.sh
pip install pydantic${{ matrix.pydantic-version }}
- name: Test with pytest
run: pytest -sv
Expand Down

0 comments on commit 6ec5f9a

Please sign in to comment.