Skip to content

Commit 4187b39

Browse files
gaffney2010drvinceknight
authored andcommitted
Install black before trying to use it.
1 parent 945af1b commit 4187b39

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/config.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,12 @@ jobs:
3333
python -m pip install docutils==0.12
3434
python -m pip install mock
3535
cd docs; make clean; make html; cd ..;
36+
- name: Install testing dependencies
37+
run: |
38+
python -m pip install coverage
39+
python -m pip install hypothesis==3.2
40+
python -m pip install mypy
41+
python -m pip install black
3642
- name: Run tests
3743
run: |
3844
python -m pip install coverage

0 commit comments

Comments
 (0)