From 114a222f0dbad5b9bd09189093b2daad14ee8a59 Mon Sep 17 00:00:00 2001 From: Radu Suciu Date: Tue, 27 Feb 2024 22:00:38 +0000 Subject: [PATCH] only attempt to publish to test repo on one matrix version --- .github/workflows/test.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 2b4face..5b449ce 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -34,6 +34,7 @@ jobs: python -m venv ${{ env.VIRTUAL_ENV }} pdm sync --verbose --dev - name: Run tests + if: matrix.python-version == '3.11' run: | source ${{ env.VIRTUAL_ENV }}/bin/activate python -m pytest