File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5959 curl -L -O https://gitlab.tiker.net/inducer/ci-support/raw/main/prepare-and-run-pylint.sh
6060 . ./prepare-and-run-pylint.sh "$(basename $GITHUB_REPOSITORY)"
6161
62- mypy :
63- name : Mypy
64- runs-on : ubuntu-latest
65- steps :
66- - uses : actions/checkout@v4
67- -
68- uses : actions/setup-python@v5
69- with :
70- python-version : ' 3.x'
71- - name : " Main Script"
72- run : |
73- EXTRA_INSTALL="numpy"
74- curl -L -O https://gitlab.tiker.net/inducer/ci-support/raw/main/prepare-and-run-mypy.sh
75- . ./prepare-and-run-mypy.sh python3 mypy
76-
7762 basedpyright :
7863 runs-on : ubuntu-latest
7964 steps :
Original file line number Diff line number Diff line change 5050 except :
5151 - tags
5252
53- Mypy :
54- script :
55- - curl -L -O https://gitlab.tiker.net/inducer/ci-support/raw/main/prepare-and-run-mypy.sh
56- - " . ./prepare-and-run-mypy.sh python3 mypy"
57- tags :
58- - python3
59- except :
60- - tags
61-
6253Pylint :
6354 script :
6455 - EXTRA_INSTALL="numpy pymbolic orderedsets siphash24"
You can’t perform that action at this time.
0 commit comments