Skip to content

Commit

Permalink
Merge pull request gitpython-developers#1945 from EliahKagan/wsl-alpine
Browse files Browse the repository at this point in the history
Use Alpine Linux in WSL on CI
  • Loading branch information
Byron authored Jul 24, 2024
2 parents 6d2fc00 + 055394a commit 0b81749
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ jobs:
if: startsWith(matrix.os, 'windows')
uses: Vampire/setup-wsl@v3.1.1
with:
distribution: Debian
distribution: Alpine
additional-packages: bash

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

0 comments on commit 0b81749

Please sign in to comment.