We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b5d1df commit 48287d0Copy full SHA for 48287d0
.github/workflows/PyPI-publishing.yml
@@ -73,6 +73,7 @@ jobs:
73
- uses: actions/checkout@v2
74
75
- name: '🛠️ Set up Python'
76
+ if: ${{ !contains(matrix.config.os, 'macos-14') }}
77
uses: actions/setup-python@v2
78
with:
79
python-version: ${{ matrix.config.python-ver }}
0 commit comments