Skip to content

Commit

Permalink
Attempt to support setuptools >= 60.0
Browse files Browse the repository at this point in the history
  • Loading branch information
s0600204 committed Sep 27, 2023
1 parent 849b5d1 commit 242e823
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,14 @@ jobs:
# The `export CC=...` is only needed on builds using clang as distutils
# assumes a default compiler of `gcc` for all environments, but doesn't
# harm the other builds.
#
# According to the known issues (https://www.msys2.org/docs/python/#known-issues),
# setuptools >= 60.0 is not compatible with MSys2 (or vice-versa). The
# `SETUPTOOLS_USE_DISTUTILS=stdlib` is the recommended work-around.
- name: Build/Install via pip
run: |
export CC=${{ matrix.cc }}
export SETUPTOOLS_USE_DISTUTILS=stdlib
pip install .
- name: Test run LiSP
Expand Down

0 comments on commit 242e823

Please sign in to comment.