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 96c3352 commit 3eac7c2Copy full SHA for 3eac7c2
.github/workflows/config.yml
@@ -49,7 +49,7 @@ jobs:
49
python run_mypy.py
50
- name: Check imports are sorted
51
run: |
52
- python -m pip install isort
+ python -m pip install "isort==4.3.21"
53
python -m isort --check-only --recursive axelrod/.
54
- name: Check that all strategies are indexed
55
0 commit comments