Skip to content

Commit 7b25c6d

Browse files
committed
Fire pylint
1 parent 1b116a9 commit 7b25c6d

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -31,17 +31,6 @@ jobs:
3131
pip install ruff
3232
ruff check
3333
34-
pylint:
35-
name: Pylint
36-
runs-on: ubuntu-latest
37-
steps:
38-
- uses: actions/checkout@v4
39-
- name: "Main Script"
40-
run: |
41-
USE_CONDA_BUILD=1
42-
curl -L -O https://gitlab.tiker.net/inducer/ci-support/raw/master/prepare-and-run-pylint.sh
43-
. ./prepare-and-run-pylint.sh "$(basename $GITHUB_REPOSITORY)" examples/*.py test/test_*.py
44-
4534
mypy:
4635
name: Mypy
4736
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)