From 40990ace4c08969f3d598399ffb5e2fac54ade66 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Thu, 31 Dec 2020 18:31:23 -0500 Subject: Run pylint on Mac to keep things consistent --- .github/workflows/quality.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/quality.yml b/.github/workflows/quality.yml index ad45b2ee..fbd3d832 100644 --- a/.github/workflows/quality.yml +++ b/.github/workflows/quality.yml @@ -16,7 +16,10 @@ defaults: jobs: lint: name: Pylint etc - runs-on: ubuntu-latest + # Because pylint can report different things on different OS's (!) + # (https://github.com/PyCQA/pylint/issues/3489), run this on Mac where local + # pylint gets run. + runs-on: macos-latest steps: - name: "Check out the repo" -- cgit v1.2.1