From 5b8391fcc4b37c3a5840ac87ccff5e7bbc0996bf Mon Sep 17 00:00:00 2001 From: SkBlaz Date: Sat, 30 Nov 2024 19:46:01 +0100 Subject: [PATCH] Update python-pip-unit.yml --- .github/workflows/python-pip-unit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-pip-unit.yml b/.github/workflows/python-pip-unit.yml index e2e3feb..9f49739 100644 --- a/.github/workflows/python-pip-unit.yml +++ b/.github/workflows/python-pip-unit.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ["3.8", "3.9", "3.10"] + python-version: ["3.8"] steps: - uses: actions/checkout@v3 - name: Set up Python ${{ matrix.python-version }}