Skip to content

Commit a2b18ea

Browse files
JoostJMhjmjohnson
authored andcommitted
CI: Disable failing pylint
See issue AIM-Harvard#899
1 parent 632c739 commit a2b18ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ jobs:
3131
- uses: pre-commit/action@v3.0.1
3232
with:
3333
extra_args: --hook-stage manual --all-files
34-
- name: Run PyLint
35-
run: pipx run nox -s pylint -- --output-format=github
34+
#- name: Run PyLint
35+
# run: pipx run nox -s pylint -- --output-format=github
3636

3737
checks:
3838
name: Check Python ${{ matrix.python-version }} on ${{ matrix.runs-on }}

0 commit comments

Comments
 (0)