Skip to content

Commit df98d5f

Browse files
committed
remove tests for musl linux
1 parent 13672be commit df98d5f

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -117,19 +117,6 @@ jobs:
117117
target: ${{ matrix.target }}
118118
manylinux: musllinux_1_2
119119
args: --release --out dist -i 3.9 3.10 3.11 3.12 3.13 3.14
120-
- name: Install built wheel
121-
if: matrix.target == 'x86_64-unknown-linux-musl'
122-
uses: uraimo/run-on-arch-action@v3.0.1
123-
with:
124-
arch: amd64
125-
distro: alpine_latest
126-
githubToken: ${{ github.token }}
127-
install: |
128-
apk add py3-pip
129-
pip3 install -U pip pytest
130-
run: |
131-
pip3 install uuid_utils --no-index --find-links dist/ --force-reinstall --break-system-packages
132-
python3 -c "import uuid_utils"
133120
- name: Upload wheels
134121
uses: actions/upload-artifact@v6
135122
with:

0 commit comments

Comments
 (0)