Skip to content

Commit f88f266

Browse files
committed
😇 No cache for workflow.
Also disable type checking.
1 parent 5e51cdd commit f88f266

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/format.yaml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,6 @@ jobs:
3434

3535
- name: ⬇️ Python PDM
3636
uses: pdm-project/setup-pdm@v4
37-
with:
38-
cache: true
3937

4038
- name: ⬇️ Python Dependencies
4139
run: pdm install -G:all
@@ -51,8 +49,3 @@ jobs:
5149

5250
- name: 🏃 black
5351
run: black --diff .
54-
55-
- name: 🏃 mypy
56-
run: |
57-
mypy --install-types --non-interactive .
58-
mypy .

0 commit comments

Comments
 (0)