Skip to content

Commit

Permalink
fix string
Browse files Browse the repository at this point in the history
  • Loading branch information
tlambert03 committed Nov 5, 2023
1 parent d681993 commit 2696e77
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

test:
name: Test
uses: pyapp-kit/.github/.github/workflows/reusable-ci.yml@main
uses: pyapp-kit/workflows/.github/workflows/test-pyrepo.yml@main
with:
os: ${{ matrix.platform }}
python-version: ${{ matrix.python-version }}
Expand Down Expand Up @@ -55,10 +55,10 @@ jobs:
backend: "PySide6"
- platform: ubuntu-latest
python-version: "3.11"
pydantic: "pydantic<2"
pydantic: "'pydantic<2'"
- platform: windows-latest
python-version: "3.11"
pydantic: "pydantic<2"
pydantic: "'pydantic<2'"
- platform: ubuntu-latest
python-version: "3.12"
backend: ""
Expand Down

0 comments on commit 2696e77

Please sign in to comment.