Skip to content

Commit 9206b18

Browse files
committed
merge
Signed-off-by: Chris Snow <[email protected]>
2 parents dab9bce + 5dede09 commit 9206b18

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)