Fix python aarch64
This commit is contained in:
parent
3b5d1dfb4c
commit
48287d0675
|
@ -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 }}
|
||||
|
|
Loading…
Reference in New Issue