Skip to content

Commit

Permalink
Fix python aarch64
Browse files Browse the repository at this point in the history
  • Loading branch information
wtdcode committed Feb 11, 2024
1 parent 3b5d1df commit 48287d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/PyPI-publishing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ jobs:
- uses: actions/checkout@v2

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

0 comments on commit 48287d0

Please sign in to comment.