Skip to content

Commit

Permalink
pydantic settings fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nekufa committed Sep 12, 2023
1 parent 2dedcae commit e9967a3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.11"]
python-version: ["3.9", "3.10", "3.11"]

steps:
- uses: actions/checkout@v3
Expand All @@ -19,5 +19,6 @@ jobs:
python-version: ${{ matrix.python-version }}

- run: pip install -r requirements.txt
- run: pip install pytest
- run: pytest
- run: pip install mypy pytest
- run: mypy .
- run: pytest .
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pydantic==2.3.0
pydantic-settings==2.0.3

0 comments on commit e9967a3

Please sign in to comment.