Skip to content

Commit 0b81749

Browse files
authored
Merge pull request #1945 from EliahKagan/wsl-alpine
Use Alpine Linux in WSL on CI
2 parents 6d2fc00 + 055394a commit 0b81749

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/pythonpackage.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@ jobs:
4242
if: startsWith(matrix.os, 'windows')
4343
uses: Vampire/[email protected]
4444
with:
45-
distribution: Debian
45+
distribution: Alpine
46+
additional-packages: bash
4647

4748
- name: Prepare this repo for tests
4849
run: |

0 commit comments

Comments
 (0)