We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 239f39b commit eef158cCopy full SHA for eef158c
.github/workflows/python.yml
@@ -32,7 +32,7 @@ jobs:
32
run: |
33
python -m pip install --upgrade pip
34
pip install black
35
- cd python; pip install -r python/requirements.txt
+ cd python; pip install -r requirements.txt
36
- name: Reformat
37
38
cd python; black --check .
0 commit comments