diff options
| author | Isuru Fernando <isuruf@gmail.com> | 2022-03-16 22:04:57 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-03-16 22:04:57 -0500 |
| commit | e43140ca8459de6c4651b0b9da17aaf79fe99f89 (patch) | |
| tree | 177c4496327a314a0e33a34a93412bba68bab3c2 /.github/workflows | |
| parent | 6f5c018db98a033161b450744041019e7a4d2fc2 (diff) | |
| download | python-setuptools-git-e43140ca8459de6c4651b0b9da17aaf79fe99f89.tar.gz | |
Re-enable windows tests
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/main.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 5beb799f..6fca2f69 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -22,8 +22,7 @@ jobs: platform: - ubuntu-latest - macos-latest - # disable tests on Windows due to pypa/distutils#118 - # - windows-latest + - windows-latest runs-on: ${{ matrix.platform }} steps: - uses: actions/checkout@v2 |
