diff options
author | 2022-01-26 05:32:19 +0200 | |
---|---|---|
committer | 2022-01-26 05:32:19 +0200 | |
commit | e044b78635ccc2ab8c55ee4d5fd220b70730db12 (patch) | |
tree | 7ee023879d8f878c926c5f14348eff05dd34def0 | |
parent | Added even more conversation starter topics. (#1014) (diff) | |
parent | setuptools 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.yaml | 3 |
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 |