We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d91176 commit 9756d3dCopy full SHA for 9756d3d
2 files changed
.github/workflows/release.yml
@@ -24,6 +24,9 @@ jobs:
24
continue-on-error: ${{ github.ref_type == 'branch' && github.ref_name != 'release-test-full' }}
25
uses: pkgcore/gh-actions/reject-python-vcs-deps@main
26
27
+ - name: Install bash 5.3
28
+ uses: pkgcore/gh-actions/bash-5.3@main
29
+
30
- name: Set up Python 3.13
31
uses: actions/setup-python@v5
32
with:
.github/workflows/test.yml
@@ -51,6 +51,9 @@ jobs:
51
52
artifact-id: ${{ inputs.release-artifact-id }}
53
54
55
56
57
# experimental targets generally lack lxml wheels
58
- name: Install libxml2 and libxslt development packages
59
if: ${{ matrix.experimental && matrix.os != 'macos-latest' }}
0 commit comments