From 05a929c525e2b687e50eb0172410927b8efba4b2 Mon Sep 17 00:00:00 2001 From: infeeeee Date: Wed, 8 Mar 2023 15:31:05 +0100 Subject: [PATCH] Update unittests.yml --- .github/workflows/unittests.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/unittests.yml b/.github/workflows/unittests.yml index 788b21f..b12afb3 100644 --- a/.github/workflows/unittests.yml +++ b/.github/workflows/unittests.yml @@ -1,6 +1,3 @@ -# This workflow will install Python dependencies, run tests and lint with a single version of Python -# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-python - name: Unit tests on: @@ -17,7 +14,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [3.8, 3.9, 3.10, 3.11] + python-version: [3.8, 3.9, "3.10", 3.11] steps: - uses: actions/checkout@v3