Skip to content

Commit 6f86366

Browse files
committed
ci: fix failure on macos pre-step
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
1 parent 04c8872 commit 6f86366

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

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

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

3939
# macos needs newer bash

0 commit comments

Comments
 (0)