From 9649afaa38f2d227297f185572d25c19a9dfe98c Mon Sep 17 00:00:00 2001 From: John Rouillard Date: Wed, 18 Dec 2024 20:25:35 -0500 Subject: [PATCH] test: fix syntax empty exclude is an error. --- .github/workflows/ci-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-test.yml b/.github/workflows/ci-test.yml index 8a3831de..448f9a81 100644 --- a/.github/workflows/ci-test.yml +++ b/.github/workflows/ci-test.yml @@ -86,7 +86,7 @@ jobs: - python-version: 3.8 os: ubuntu-22.04 - exclude: + #exclude: # skip all python versions on explicit 20.04/24.04 unless # explicitly included #- os: ubuntu-20.04