Skip to content

Commit

Permalink
Temporarily don't install WSL system to test xfail
Browse files Browse the repository at this point in the history
This reverts "Install WSL system on CI for hook tests",
commit 9717b8d.

Assuming both cases are found to be working, the removed step will
either be brought back or replaced with a very similar step that
installs a different distribution.
  • Loading branch information
EliahKagan committed Nov 25, 2023
1 parent b215357 commit cabb572
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,6 @@ jobs:
python-version: ${{ matrix.python-version }}
allow-prereleases: ${{ matrix.experimental }}

- name: Set up WSL
if: startsWith(matrix.os, 'windows')
uses: Vampire/setup-wsl@v2.0.2
with:
distribution: Debian

- name: Prepare this repo for tests
run: |
./init-tests-after-clone.sh
Expand Down

0 comments on commit cabb572

Please sign in to comment.