Skip to content

Commit

Permalink
Install bash in WSL Alpine distro
Browse files Browse the repository at this point in the history
Because Alpine Linux does not ship with bash, and the tests that
use WSL use it.
  • Loading branch information
EliahKagan committed Jul 24, 2024
1 parent 58a9a58 commit 055394a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ jobs:
uses: Vampire/setup-wsl@v3.1.1
with:
distribution: Alpine
additional-packages: bash

- name: Prepare this repo for tests
run: |
Expand Down

0 comments on commit 055394a

Please sign in to comment.