Skip to content

Commit 209e3ac

Browse files
committed
Fire mypy
1 parent 6d5903c commit 209e3ac

2 files changed

Lines changed: 0 additions & 24 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -59,21 +59,6 @@ jobs:
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:

.gitlab-ci.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -50,15 +50,6 @@ Ruff:
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-
6253
Pylint:
6354
script:
6455
- EXTRA_INSTALL="numpy pymbolic orderedsets siphash24"

0 commit comments

Comments
 (0)