Skip to content

Commit 00acd0d

Browse files
committed
revert last commit
1 parent e91237b commit 00acd0d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/development.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Install dependencies
3131
run: |
3232
python -m pip install --upgrade pip
33-
pip install flake8 pytest-black
33+
pip install flake8 black
3434
- name: Run syntax tests
3535
run: flake8 datajoint --count --select=E9,F63,F7,F82 --show-source --statistics
3636
- name: Run primary tests
@@ -49,4 +49,4 @@ jobs:
4949
run: |
5050
flake8 --ignore=E121,E123,E126,E226,E24,E704,W503,W504,E722,F401,W605,E203 datajoint \
5151
--count --max-complexity=62 --max-line-length=127 --statistics
52-
pytest --black datajoint
52+
black datajoint --check -v

0 commit comments

Comments
 (0)