We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea61cb6 commit 9b47edcCopy full SHA for 9b47edc
1 file changed
.github/workflows/tests.yml
@@ -27,12 +27,13 @@ env:
27
28
jobs:
29
test_pywavelets_linux:
30
- name: linux-cp${{ matrix.python-version }}-${{ matrix.OPTIONS_NAME }}
31
- runs-on: ubuntu-latest
+ name: ${{ matrix.runs-on }}-cp${{ matrix.python-version }}-${{ matrix.OPTIONS_NAME }}
+ runs-on: ${{ matrix.runs-on }}
32
strategy:
33
# Ensure that a wheel builder finishes even if another fails
34
fail-fast: false
35
matrix:
36
+ runs-on: [ubuntu-latest, ubuntu-22.04-arm]
37
python-version: ["3.10", "3.11", "3.12"]
38
MINIMUM_REQUIREMENTS: [0]
39
USE_SCIPY: [0]
0 commit comments