Use specified `architecture` for CI tests instead of guessing it on `setup-python` (#725)

This commit is contained in:
Mirko Galimberti 2024-05-29 22:37:24 +02:00 committed by GitHub
parent 3e66813dd4
commit 17563c6f7a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -68,6 +68,7 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python }}
architecture: ${{ matrix.architecture == 'aarch64' && 'arm64' || matrix.architecture }}
- name: Setup java
uses: actions/setup-java@v4