Skip to content

Commit

Permalink
WIP: test on Linux aarch64
Browse files Browse the repository at this point in the history
- needs stable openslide-bin linux-aarch64 binaries
  • Loading branch information
bgilbert committed Sep 9, 2024
1 parent 6d469ff commit f9e16af
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,10 @@ jobs:
needs: pre-commit
runs-on: ${{ matrix.os }}
strategy:
# FIXME: for testing
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest]
os: [ubuntu-latest, ubuntu-24.04-aarch64, macos-latest]
python-version: [3.8, 3.9, "3.10", "3.11", "3.12", "3.13-dev"]
openslide: [system, wheel]
include:
Expand Down

0 comments on commit f9e16af

Please sign in to comment.