Skip to content

Commit dab9bce

Browse files
committed
attempt to fix broken checks
Signed-off-by: Chris Snow <[email protected]>
1 parent d256e8e commit dab9bce

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/checks.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +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
3536
pip install black
3637
- name: Run linter (flake8)
3738
run: |

0 commit comments

Comments
 (0)