From c92193bdbf900eb8b1f3786cf9848df0605e7f48 Mon Sep 17 00:00:00 2001 From: Shing Chan Date: Wed, 18 Dec 2024 12:09:04 -0300 Subject: [PATCH] ci: fix includes --- .github/workflows/install.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/install.yml b/.github/workflows/install.yml index 229656e7..887eaac1 100644 --- a/.github/workflows/install.yml +++ b/.github/workflows/install.yml @@ -18,10 +18,11 @@ jobs: exclude: # python <= 3.7 no longer supported in latest operating systems - python-version: "3.7" - include: # use older macos for python 3.7 + include: + # use older macos for python 3.7 - python-version: "3.7" os: macos-13 - include: # use older ubuntu for python 3.7 + # use older ubuntu for python 3.7 - python-version: "3.7" os: ubuntu-20.04