Skip to content

Commit 3c2e46e

Browse files
authored
ci: re-enable mypy in altair (#3503)
1 parent ada7648 commit 3c2e46e

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.github/workflows/downstream_tests.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,10 @@ jobs:
5050
run: |
5151
cd altair
5252
pytest tests
53-
# Temporarily commented-out to get CI green
54-
# https://github.com/narwhals-dev/narwhals/issues/3013
55-
# - name: Run mypy
56-
# run: |
57-
# cd altair
58-
# mypy altair tests
53+
- name: Run mypy
54+
run: |
55+
cd altair
56+
mypy altair tests
5957
6058
marimo:
6159
strategy:

0 commit comments

Comments
 (0)