From ee177761e2147d7a3690330c91d33e7688aebc21 Mon Sep 17 00:00:00 2001 From: palewire Date: Thu, 25 Apr 2024 16:24:20 -0400 Subject: [PATCH] Reduce tests --- .github/workflows/continuous-deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/continuous-deployment.yaml b/.github/workflows/continuous-deployment.yaml index 8a13e10..f5f436e 100644 --- a/.github/workflows/continuous-deployment.yaml +++ b/.github/workflows/continuous-deployment.yaml @@ -30,7 +30,7 @@ jobs: test-python: strategy: matrix: - python: ['3.9', '3.10', '3.11'] + python: ['3.9',] name: Test runs-on: ubuntu-latest steps: