From 2e415a7bba72c2e369bbfaab4fad0dfcf896b25c Mon Sep 17 00:00:00 2001 From: Talley Lambert Date: Tue, 30 Apr 2024 15:02:22 -0400 Subject: [PATCH] try ubuntu --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 07c6bc2..7cdbe45 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,16 +38,16 @@ jobs: uses: pyapp-kit/workflows/.github/workflows/test-pyrepo.yml@v1 secrets: inherit with: - os: macos-latest + os: ubuntu-latest python-version: "3.10" - pip-post-installs: ${{ matrix.post }} - pytest-args: '-k Py' + qt: ${{ matrix.qt }} + pytest-args: "-k Py" pip-install-pre-release: ${{ github.event_name == 'schedule' }} report-failures: ${{ github.event_name == 'schedule' }} strategy: fail-fast: false matrix: - post: ['PyQt5', 'PyQt6', 'PySide2', 'PySide6'] + qt: ["PyQt5", "PyQt6", "PySide2", "PySide6"] deploy: name: Deploy