We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6d2fc00 + 055394a commit 0b81749Copy full SHA for 0b81749
1 file changed
.github/workflows/pythonpackage.yml
@@ -42,7 +42,8 @@ jobs:
42
if: startsWith(matrix.os, 'windows')
43
uses: Vampire/setup-wsl@v3.1.1
44
with:
45
- distribution: Debian
+ distribution: Alpine
46
+ additional-packages: bash
47
48
- name: Prepare this repo for tests
49
run: |
0 commit comments