Skip to content

Commit eef158c

Browse files
committed
get it right
1 parent 239f39b commit eef158c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
run: |
3333
python -m pip install --upgrade pip
3434
pip install black
35-
cd python; pip install -r python/requirements.txt
35+
cd python; pip install -r requirements.txt
3636
- name: Reformat
3737
run: |
3838
cd python; black --check .

0 commit comments

Comments
 (0)