Skip to content

Commit ad07647

Browse files
authored
Update autoformat.yml
1 parent 63110e3 commit ad07647

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/autoformat.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Install dependencies
3535
run: |
3636
python -m pip install --upgrade pip
37-
pip install -r dev-requirements.txt
37+
pip install black black[jupyter] flake8 isort nbstripout pytest pytest-timeout versioneer
3838
3939
- name: Check import sorting with isort
4040
id: isort-check

0 commit comments

Comments
 (0)