From 68c870a453ef6f1e378d77de3ec9670ce843ee14 Mon Sep 17 00:00:00 2001 From: MinchinWeb Date: Sun, 16 May 2021 22:20:33 -0600 Subject: [PATCH] [GitHub Actions] Skip Windows & Python 3.8 Can't seem to find Python exe? --- .github/workflows/testing_external_plugins.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/testing_external_plugins.yaml b/.github/workflows/testing_external_plugins.yaml index 0e28d93f..b0054347 100644 --- a/.github/workflows/testing_external_plugins.yaml +++ b/.github/workflows/testing_external_plugins.yaml @@ -30,6 +30,8 @@ jobs: exclude: # Added for GitHub Actions PR problem 2020-12-19 -- remove later! - os: windows-latest python-version: 3.9 + - os: windows-latest + python-version: 3.8 steps: - uses: actions/checkout@v2