# HG changeset patch # User John Rouillard # Date 1734571535 18000 # Node ID cfd8eb705c2f2e59353536f90a4235f84fd3b722 # Parent 54dfda1c4fe5f6999b376127479465652f16e0af test: fix syntax empty exclude is an error. diff -r 54dfda1c4fe5 -r cfd8eb705c2f .github/workflows/ci-test.yml --- a/.github/workflows/ci-test.yml Wed Dec 18 20:22:58 2024 -0500 +++ b/.github/workflows/ci-test.yml Wed Dec 18 20:25:35 2024 -0500 @@ -86,7 +86,7 @@ - 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