From 055394a548d19dded2ad9791a208bbcc54879b14 Mon Sep 17 00:00:00 2001 From: Eliah Kagan Date: Wed, 24 Jul 2024 03:25:31 -0400 Subject: [PATCH] Install bash in WSL Alpine distro Because Alpine Linux does not ship with bash, and the tests that use WSL use it. --- .github/workflows/pythonpackage.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pythonpackage.yml b/.github/workflows/pythonpackage.yml index 61ab2206c..1902ecb19 100644 --- a/.github/workflows/pythonpackage.yml +++ b/.github/workflows/pythonpackage.yml @@ -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: |