Skip to content

Commit 210f039

Browse files
committed
Fire pylint
1 parent 4f9428a commit 210f039

1 file changed

Lines changed: 0 additions & 11 deletions

File tree

.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)