We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51239c0 commit 40a907bCopy full SHA for 40a907b
1 file changed
.github/workflows/test.yml
@@ -69,6 +69,13 @@ jobs:
69
if: ${{ matrix.os == 'macos-latest' }}
70
run: brew install bash
71
72
+ - name: Install bash 5.3
73
+ if: ${{ matrix.os == 'ubuntu-latest' }}
74
+ run: |
75
+ wget http://archive.ubuntu.com/ubuntu/pool/universe/b/bash/bash-static_5.3-1ubuntu1_amd64.deb
76
+ dpkg --fsys-tarfile bash-static_5.3-1ubuntu1_arm64.deb | tar -xO ./usr/bin/bash-static > /usr/local/bin/bash
77
+ chmod +x /usr/local/bin/bash
78
+
79
- name: Install dependencies
80
run: |
81
python -m pip install --upgrade pip
0 commit comments