Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 055394a

Browse files
committed
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/[email protected]
4848
with:
4949
distribution: Alpine
50+
additional-packages: bash
5051

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

0 commit comments

Comments
 (0)