Skip to content

Commit 40990ac

Browse files
committed
Run pylint on Mac to keep things consistent
1 parent 7493db8 commit 40990ac

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/quality.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,10 @@ defaults:
1616
jobs:
1717
lint:
1818
name: Pylint etc
19-
runs-on: ubuntu-latest
19+
# Because pylint can report different things on different OS's (!)
20+
# (https://github.com/PyCQA/pylint/issues/3489), run this on Mac where local
21+
# pylint gets run.
22+
runs-on: macos-latest
2023

2124
steps:
2225
- name: "Check out the repo"

0 commit comments

Comments
 (0)