Skip to content

Commit 451baf6

Browse files
committed
Following the error trail in GA logs
1 parent ca0847a commit 451baf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_python_deps_linux.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
env:
7474
CIBW_ARCHS: ${{ matrix.wheel_combinations[1] }}
7575
CIBW_BUILD: ${{ matrix.python_versions[1] }}
76-
CIBW_SKIP: *-musllinux_*
76+
CIBW_SKIP: '*-musllinux_*'
7777

7878

7979
- uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)