Skip to content

Commit

Permalink
CI: Remove SETUPTOOLS_USE_DISTUTILS env var
Browse files Browse the repository at this point in the history
  • Loading branch information
naveen521kk authored Feb 13, 2024
1 parent 8a239b1 commit 2233f4e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/mingw.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ jobs:
- name: Run Smoke Test (build)
shell: msys2 {0}
run: |
export SETUPTOOLS_USE_DISTUTILS=stdlib
SMOKETESTS="$(pwd)/mingw_smoketests.py"
cd _build
./python.exe "$SMOKETESTS"
Expand All @@ -91,7 +90,6 @@ jobs:
- name: Run tests
shell: msys2 {0}
run: |
export SETUPTOOLS_USE_DISTUTILS=stdlib
IGNOREFILE="$(pwd)/mingw_ignorefile.txt"
cd _build
MSYSTEM= ./python.exe -m test -j8 --ignorefile "$IGNOREFILE" -W
Expand All @@ -100,7 +98,6 @@ jobs:
continue-on-error: true
shell: msys2 {0}
run: |
export SETUPTOOLS_USE_DISTUTILS=stdlib
IGNOREFILE="$(pwd)/mingw_ignorefile.txt"
cd _build
MSYSTEM= ./python.exe -m test -j8 --matchfile "$IGNOREFILE" -W
Expand Down

0 comments on commit 2233f4e

Please sign in to comment.