aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Hassan Abouelela <[email protected]>2022-01-26 05:32:19 +0200
committerGravatar GitHub <[email protected]>2022-01-26 05:32:19 +0200
commite044b78635ccc2ab8c55ee4d5fd220b70730db12 (patch)
tree7ee023879d8f878c926c5f14348eff05dd34def0
parentAdded even more conversation starter topics. (#1014) (diff)
parentsetuptools use stdlib distutils over embedded (diff)
Merge pull request #1017 from python-discord/test-actions
setuptools use stdlib distutils over embedded
-rw-r--r--.github/workflows/lint.yaml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml
index 756b3c16..14cfb702 100644
--- a/.github/workflows/lint.yaml
+++ b/.github/workflows/lint.yaml
@@ -26,6 +26,9 @@ jobs:
Mozilla Public License 2.0 (MPL 2.0);
Public Domain;
Python Software Foundation License
+ # See https://github.com/pre-commit/pre-commit/issues/2178#issuecomment-1002163763
+ # for why we set this.
+ SETUPTOOLS_USE_DISTUTILS: stdlib
# Configure pip to cache dependencies and do a user install
PIP_NO_CACHE_DIR: false