Skip to content

Commit

Permalink
run pydantic on develop
Browse files Browse the repository at this point in the history
  • Loading branch information
Czaki committed Jul 8, 2024
1 parent b599ec0 commit c43acac
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,10 @@ jobs:
- python_version: "3.9"
os: "ubuntu-22.04"
qt_backend: "PyQt6"
- python_version: "3.10"
os: "ubuntu-22.04"
qt_backend: "PyQt5"
pydantic: "_pydantic_1"
exclude:
- python_version: "3.11"
qt_backend: "PySide2"
Expand All @@ -113,6 +117,7 @@ jobs:
python_version: ${{ matrix.python_version }}
os: ${{ matrix.os }}
qt_backend: ${{ matrix.qt_backend }}
pydantic: ${{ matrix.pydantic }}

test_coverage:
needs: download_data
Expand Down

0 comments on commit c43acac

Please sign in to comment.