From e35d150472d5c085bf748309a7142eed26666a18 Mon Sep 17 00:00:00 2001 From: Jon Carifio Date: Mon, 18 Nov 2024 17:01:11 -0500 Subject: [PATCH] Disable devdeps for release --- .github/workflows/ci_workflows.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci_workflows.yml b/.github/workflows/ci_workflows.yml index def3cdd..21ead9d 100644 --- a/.github/workflows/ci_workflows.yml +++ b/.github/workflows/ci_workflows.yml @@ -36,7 +36,7 @@ jobs: - linux: py39-test - linux: py310-test - linux: py311-test - - linux: py311-test-devdeps + # - linux: py311-test-devdeps - linux: py311-glue116-test - linux: py311-glue117-test - linux: py311-glue118-test @@ -47,7 +47,7 @@ jobs: - macos: py39-test - macos: py310-test - macos: py311-test - - macos: py311-test-devdeps + # - macos: py311-test-devdeps - macos: py311-glue116-test - macos: py311-glue117-test - macos: py311-glue118-test @@ -58,7 +58,7 @@ jobs: - windows: py39-test - windows: py310-test - windows: py311-test - - windows: py311-test-devdeps + # - windows: py311-test-devdeps - windows: py311-glue116-test - windows: py311-glue117-test - windows: py311-glue118-test