Skip to content

Commit 3e9018f

Browse files
committed
macos not using local libxml2
1 parent 6f32732 commit 3e9018f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/macosx.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,7 @@ jobs:
3434
libs/*.zip
3535
key: libs-${{ runner.os }}-${{ runner.arch }}-${{ env.LIBXML2_VERSION }}-${{ env.LIBXSLT_VERSION }}
3636

37-
- name: Setup Python
38-
uses: actions/setup-python@v4
37+
- uses: actions/setup-python@v4
3938
with:
4039
python-version: ${{ matrix.python }}
4140

@@ -53,7 +52,7 @@ jobs:
5352
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5453
run: |
5554
export PKG_CONFIG_PATH="$(brew --prefix)/opt/libxml2/lib/pkgconfig"
56-
export PYXMLSEC_LIBXML2_VERSION="$(pkg-config --modversion libxml-2.0)"
55+
# export PYXMLSEC_LIBXML2_VERSION="$(pkg-config --modversion libxml-2.0)"
5756
python -m build
5857
rm -rf build/
5958

0 commit comments

Comments
 (0)