Skip to content

Commit 7d69320

Browse files
GH1222 POC ty
1 parent ccd2d6c commit 7d69320

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,10 @@ jobs:
4545
run: poetry run poe test_dist
4646

4747
- name: Run ty on current repo
48-
run: poetry run ty check pandas-stubs
48+
run: poetry run ty check tests
4949

5050
- name: Run ty on current repo
51-
run: poetry run ty check tests
51+
run: poetry run ty check pandas-stubs
5252

5353
precommit:
5454
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)