From 32194d35ac66d2940a61d02b653fc9cb4a9a4886 Mon Sep 17 00:00:00 2001 From: darrylong Date: Tue, 24 Dec 2024 15:12:03 +0800 Subject: [PATCH] Update python-package.yml --- .github/workflows/python-package.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-package.yml b/.github/workflows/python-package.yml index bb928eb3..d4d055ab 100644 --- a/.github/workflows/python-package.yml +++ b/.github/workflows/python-package.yml @@ -29,7 +29,7 @@ jobs: - uses: actions/checkout@v4 - name: Setup Python ${{ matrix.python-version }} - if: ${{ ((matrix.os == 'macos-latest') && (matrix.python-version != '3.9')) }} + if: ${{ (matrix.os != 'macos-latest') || ((matrix.os == 'macos-latest') && (matrix.python-version != '3.9')) }} uses: actions/setup-python@v5 id: pysetup with: