Skip to content

Commit 253903e

Browse files
committed
Install nose too
1 parent eef158c commit 253903e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Install dependencies
3232
run: |
3333
python -m pip install --upgrade pip
34-
pip install black
34+
pip install black nose
3535
cd python; pip install -r requirements.txt
3636
- name: Reformat
3737
run: |

0 commit comments

Comments
 (0)