Skip to content

Commit 3eac7c2

Browse files
committed
Pin specific version of isort
1 parent 96c3352 commit 3eac7c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
python run_mypy.py
5050
- name: Check imports are sorted
5151
run: |
52-
python -m pip install isort
52+
python -m pip install "isort==4.3.21"
5353
python -m isort --check-only --recursive axelrod/.
5454
- name: Check that all strategies are indexed
5555
run: |

0 commit comments

Comments
 (0)