diff options
Diffstat (limited to '.github/workflows/tests.yml')
| -rw-r--r-- | .github/workflows/tests.yml | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 18f082e..ecbb9bb 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -167,7 +167,13 @@ jobs: strategy: matrix: python-version: [3.9] - image: [manylinux2010_x86_64, manylinux2014_aarch64, manylinux2014_ppc64le, manylinux2014_x86_64] + image: + - manylinux2010_x86_64 + - manylinux2014_aarch64 + - manylinux2014_ppc64le + - manylinux2014_x86_64 + - musllinux_1_1_x86_64 + name: ${{ matrix.image }} steps: - name: checkout |
