We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4187b39 commit 4e95db1Copy full SHA for 4e95db1
.github/workflows/config.yml
@@ -37,8 +37,6 @@ jobs:
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
42
- name: Run tests
43
44
@@ -66,6 +64,7 @@ jobs:
66
64
python -m pylint --disable=all --enable=unused-import axelrod/strategies/_strategies.py
67
65
- name: Check format
68
+ python -m pip install black
69
python -m black -l 80 . --check
70
- name: Check that installs
71
0 commit comments