Skip to content

Commit 5dede09

Browse files
authored
attempt to fix broken checks
1 parent 97e196f commit 5dede09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
python -m pip install --upgrade pip
3333
pip install coverage
3434
pip install flake8 flake8-docstrings flake8-per-file-ignores==0.8.1
35-
pip uninstall typing
35+
pip uninstall -y typing
3636
pip install black
3737
- name: Run linter (flake8)
3838
run: |

0 commit comments

Comments
 (0)