Skip to content

Commit 29864fa

Browse files
authored
🛠️ Fix code-check.yml
1 parent a000ea1 commit 29864fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/code-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
with:
1212
python-version: 3.9
1313
- name: Install pre-commit
14-
run: pip install pre-commit poetry pytest
14+
run: pip install pre-commit poetry pytest typing-extensions
1515
- name: Run pre-commit
1616
run: pre-commit run --all-files
1717
- name: Install dependencies

0 commit comments

Comments
 (0)