Skip to content

Commit 9756d3d

Browse files
committed
ci: add step for installing bash 5.3
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
1 parent 2d91176 commit 9756d3d

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ jobs:
2424
continue-on-error: ${{ github.ref_type == 'branch' && github.ref_name != 'release-test-full' }}
2525
uses: pkgcore/gh-actions/reject-python-vcs-deps@main
2626

27+
- name: Install bash 5.3
28+
uses: pkgcore/gh-actions/bash-5.3@main
29+
2730
- name: Set up Python 3.13
2831
uses: actions/setup-python@v5
2932
with:

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,9 @@ jobs:
5151
with:
5252
artifact-id: ${{ inputs.release-artifact-id }}
5353

54+
- name: Install bash 5.3
55+
uses: pkgcore/gh-actions/bash-5.3@main
56+
5457
# experimental targets generally lack lxml wheels
5558
- name: Install libxml2 and libxslt development packages
5659
if: ${{ matrix.experimental && matrix.os != 'macos-latest' }}

0 commit comments

Comments
 (0)