Skip to content

Commit bc38fb8

Browse files
committed
ci: fix failure on macos pre-step
Signed-off-by: Arthur Zamarin <[email protected]>
1 parent 4cb05a0 commit bc38fb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737

3838
# experimental targets generally lack lxml wheels
3939
- name: Install libxml2 and libxslt development packages
40-
if: ${{ matrix.experimental }}
40+
if: ${{ matrix.experimental && matrix.os != 'macos-latest' }}
4141
run: sudo apt install libxml2-dev libxslt-dev python3-dev
4242

4343
# macos needs newer bash

0 commit comments

Comments
 (0)