aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorGravatar ChrisJL <[email protected]>2022-01-27 09:55:26 +0000
committerGravatar GitHub <[email protected]>2022-01-27 09:55:26 +0000
commitb9df3f2ba73c12cd0b4f32e3007bd6bdc9944fd1 (patch)
tree388708a1454987f90744749af292549241380f01 /.github
parentAdd voice_ban stub commands (diff)
parentAdd missing restart-policy to metricity container (diff)
Merge branch 'main' into voicemute
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/lint-test.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/lint-test.yml b/.github/workflows/lint-test.yml
index f2c9dfb6c..57cc544d9 100644
--- a/.github/workflows/lint-test.yml
+++ b/.github/workflows/lint-test.yml
@@ -46,6 +46,10 @@ jobs:
PYTHONUSERBASE: ${{ github.workspace }}/.cache/py-user-base
PRE_COMMIT_HOME: ${{ github.workspace }}/.cache/pre-commit-cache
+ # See https://github.com/pre-commit/pre-commit/issues/2178#issuecomment-1002163763
+ # for why we set this.
+ SETUPTOOLS_USE_DISTUTILS: stdlib
+
steps:
- name: Add custom PYTHONUSERBASE to PATH
run: echo '${{ env.PYTHONUSERBASE }}/bin/' >> $GITHUB_PATH