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