From 7b0b7e3dcc86610b034cb12a6f132a2a20858c6b Mon Sep 17 00:00:00 2001 From: bswck Date: Thu, 9 May 2024 08:15:21 +0200 Subject: [PATCH] Remove macos from test matrix --- .../.github/workflows/#% if tests %#test.yml#% endif %#.jinja | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/project/.github/workflows/#% if tests %#test.yml#% endif %#.jinja b/project/.github/workflows/#% if tests %#test.yml#% endif %#.jinja index 81b1b7c..721a6ac 100644 --- a/project/.github/workflows/#% if tests %#test.yml#% endif %#.jinja +++ b/project/.github/workflows/#% if tests %#test.yml#% endif %#.jinja @@ -21,8 +21,9 @@ jobs: #%- endfor %# platform: - "ubuntu" - - "macos" - "windows" + # https://github.com/actions/setup-python/issues/696 + # - "macos" include: #%- for intermediate_python in intermediate_pythons %# - python: "{{'%s.%s' % intermediate_python}}"