Skip to content

Commit

Permalink
Use specified architecture for CI tests instead of guessing it on `…
Browse files Browse the repository at this point in the history
…setup-python` (#725)
  • Loading branch information
misl6 committed May 29, 2024
1 parent 3e66813 commit 17563c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 17563c6

Please sign in to comment.