We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eef158c commit 253903eCopy full SHA for 253903e
.github/workflows/python.yml
@@ -31,7 +31,7 @@ jobs:
31
- name: Install dependencies
32
run: |
33
python -m pip install --upgrade pip
34
- pip install black
+ pip install black nose
35
cd python; pip install -r requirements.txt
36
- name: Reformat
37
0 commit comments