Skip to content

Commit ac1b9fc

Browse files
authored
Merge pull request #2108 from EliahKagan/wsl-noalpine
Switch back from Alpine to Debian for WSL
2 parents 22e0b52 + 2f6e544 commit ac1b9fc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,7 @@ jobs:
5454
uses: Vampire/setup-wsl@v6.0.0
5555
with:
5656
wsl-version: 1
57-
distribution: Alpine
58-
additional-packages: bash
57+
distribution: Debian
5958

6059
- name: Prepare this repo for tests
6160
run: |

0 commit comments

Comments
 (0)