From c17b4624d239898530761c4c25f86f4b58523458 Mon Sep 17 00:00:00 2001 From: Gaurav Sheni Date: Thu, 1 Aug 2024 10:51:42 -0400 Subject: [PATCH] Update minimum.yml --- .github/workflows/minimum.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/minimum.yml b/.github/workflows/minimum.yml index 41812ca..b0236c5 100644 --- a/.github/workflows/minimum.yml +++ b/.github/workflows/minimum.yml @@ -26,7 +26,7 @@ jobs: with: default: ${{ matrix.python-version }} - name: Set up Python ${{ matrix.python-version }} - if: matrix.os != 'macos-latest' + if: ${{ matrix.os != 'macos-latest' || matrix.python-version != '3.8' }} uses: actions/setup-python@v5 with: python-version: ${{ matrix.python-version }}