We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04c8872 commit 6f86366Copy full SHA for 6f86366
1 file changed
.github/workflows/test.yml
@@ -33,7 +33,7 @@ jobs:
33
34
# experimental targets generally lack lxml wheels
35
- name: Install libxml2 and libxslt development packages
36
- if: ${{ matrix.experimental }}
+ if: ${{ matrix.experimental && matrix.os != 'macos-latest' }}
37
run: sudo apt install libxml2-dev libxslt-dev python3-dev
38
39
# macos needs newer bash
0 commit comments