Skip to content

Commit 4e95db1

Browse files
committed
Move black installation
This is just to avoid installing in case the CI fails beforehand.
1 parent 4187b39 commit 4e95db1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/config.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,6 @@ jobs:
3737
run: |
3838
python -m pip install coverage
3939
python -m pip install hypothesis==3.2
40-
python -m pip install mypy
41-
python -m pip install black
4240
- name: Run tests
4341
run: |
4442
python -m pip install coverage
@@ -66,6 +64,7 @@ jobs:
6664
python -m pylint --disable=all --enable=unused-import axelrod/strategies/_strategies.py
6765
- name: Check format
6866
run: |
67+
python -m pip install black
6968
python -m black -l 80 . --check
7069
- name: Check that installs
7170
run: |

0 commit comments

Comments
 (0)