From a06f1c8026cfcfddb6d9196e579079dd03dff243 Mon Sep 17 00:00:00 2001 From: RoryBarnes Date: Tue, 31 Oct 2023 21:13:47 -0700 Subject: [PATCH] Trying again to exclude ubuntu-latest/python3.6 --- .github/workflows/tests-linux.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/tests-linux.yml b/.github/workflows/tests-linux.yml index 6699bd8de..6ff36c9ae 100644 --- a/.github/workflows/tests-linux.yml +++ b/.github/workflows/tests-linux.yml @@ -16,9 +16,9 @@ jobs: os: [ubuntu-20.04, ubuntu-22.04] python-version: ['3.6', '3.7', '3.8', '3.9', '3.10', '3.11'] fail-fast: false - # exclude: - # - os: ubuntu-latest - # python-version: 3.6 + exclude: + - os: ubuntu-latest + python-version: '3.6' steps: - uses: actions/checkout@v3