We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5bb736 commit 0abca20Copy full SHA for 0abca20
1 file changed
.gitlab-ci.yml
@@ -96,16 +96,6 @@ Ruff:
96
except:
97
- tags
98
99
-Pylint:
100
- script: |
101
- EXTRA_INSTALL="jax[cpu]"
102
- curl -L -O https://gitlab.tiker.net/inducer/ci-support/raw/master/prepare-and-run-pylint.sh
103
- . ./prepare-and-run-pylint.sh "$CI_PROJECT_NAME" examples/*.py test/test_*.py
104
- tags:
105
- - python3
106
- except:
107
- - tags
108
-
109
Mypy:
110
script: |
111
EXTRA_INSTALL="mypy pytest"
0 commit comments