From cf1bb9fc441319e5990bc967a9aad49acb04aab7 Mon Sep 17 00:00:00 2001 From: Ian Harrison Date: Tue, 26 Sep 2023 14:36:28 +0100 Subject: [PATCH] correct matrix for compatibility workflow --- .github/workflows/compatibility.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/compatibility.yml b/.github/workflows/compatibility.yml index 1135fcbc..eead69d8 100644 --- a/.github/workflows/compatibility.yml +++ b/.github/workflows/compatibility.yml @@ -8,11 +8,11 @@ jobs: strategy: fail-fast: false matrix: - os: ubuntu-latest - python-version: '3.10' - toxenv: py310-test-all-latest + os: [ubuntu-latest] + python-version: ['3.10'] + toxenv: [py310-test-all-latest] # release: [main, latest] # there are no releases yet so this would break - release: main + release: [main] steps: - name: Checkout Repository uses: actions/checkout@v3