Skip to content

Commit 48287d0

Browse files
committed
Fix python aarch64
1 parent 3b5d1df commit 48287d0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/PyPI-publishing.yml

+1
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ jobs:
7373
- uses: actions/checkout@v2
7474

7575
- name: '🛠️ Set up Python'
76+
if: ${{ !contains(matrix.config.os, 'macos-14') }}
7677
uses: actions/setup-python@v2
7778
with:
7879
python-version: ${{ matrix.config.python-ver }}

0 commit comments

Comments
 (0)