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