Skip to content

Commit 5c8c687

Browse files
committed
Ensure black can be installed on CI
1 parent f09ea8f commit 5c8c687

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: "🐍 Display Python version"
1717
run: "python --version"
1818
- name: "🐍 Install dependencies"
19-
run: "python -m pip install --user black flake8 mypy"
19+
run: "python -m pip install --user --pre black flake8 mypy"
2020
- name: "🐍 Run mypy"
2121
run: "python -m mypy ."
2222
- name: "🐍 Run flake8"

0 commit comments

Comments
 (0)