Skip to content

Commit ac66394

Browse files
committed
Fix CI mypy target to avoid build artifact duplicates
1 parent 94c45be commit ac66394

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
4747
- name: Type check
4848
run: |
49-
mypy .
49+
mypy
5050
5151
- name: Run tests
5252
run: |

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
4747
- name: Type check
4848
run: |
49-
mypy .
49+
mypy
5050
5151
- name: Run tests
5252
run: |

0 commit comments

Comments
 (0)