From 2696e7711e8428366e39213195b9955aab347976 Mon Sep 17 00:00:00 2001 From: Talley Lambert Date: Sun, 5 Nov 2023 11:33:01 -0500 Subject: [PATCH] fix string --- .github/workflows/test.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6aae727f..9a984e46 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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 }} @@ -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: ""