We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5618a1a commit 56daaccCopy full SHA for 56daacc
.github/workflows/python-publish.yml
@@ -29,7 +29,7 @@ jobs:
29
- uses: actions/checkout@v4
30
31
- name: Setup Python ${{ matrix.python-version }}
32
- if: ${{ ((matrix.os == 'macos-latest') && (matrix.python-version != '3.9')) }}
+ if: ${{ (matrix.os != 'macos-latest') || ((matrix.os == 'macos-latest') && (matrix.python-version != '3.9')) }}
33
uses: actions/setup-python@v5
34
id: pysetup
35
with:
0 commit comments