Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 055394a

Browse files
committedJul 24, 2024·
Install bash in WSL Alpine distro
Because Alpine Linux does not ship with bash, and the tests that use WSL use it.
1 parent 58a9a58 commit 055394a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎.github/workflows/pythonpackage.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ jobs:
4747
uses: Vampire/setup-wsl@v3.1.1
4848
with:
4949
distribution: Alpine
50+
additional-packages: bash
5051

5152
- name: Prepare this repo for tests
5253
run: |

0 commit comments

Comments
 (0)
Please sign in to comment.