Skip to content

Commit

Permalink
ci: add test for ome-types
Browse files Browse the repository at this point in the history
  • Loading branch information
tlambert03 committed Dec 16, 2023
1 parent d1be09a commit da7925a
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,18 @@ jobs:
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12-dev"]
os: [ubuntu-latest]
pydantic: ["'pydantic<1.9'", "'pydantic<1.10'", "'pydantic<2.0'", "'pydantic>=2.0'"]
pydantic: ["'pydantic<1.9'", "'pydantic<2.0'", "'pydantic>=2.0'"]

test-ome-types:
uses: pyapp-kit/workflows/.github/workflows/test-dependents.yml@v1
with:
python-version: ${{ matrix.python-version }}
dependency-repo: tlambert03/ome-types
post-install-cmd: pip install ${{ matrix.pydantic }}
strategy:
matrix:
python-version: ["3.8", "3.12"]
pydantic: ["'pydantic<2'", "'pydantic>=2'"]

deploy:
name: Deploy
Expand Down Expand Up @@ -68,4 +79,4 @@ jobs:
- uses: softprops/action-gh-release@v1
with:
generate_release_notes: true
files: './dist/*'
files: "./dist/*"

0 comments on commit da7925a

Please sign in to comment.