Skip to content

Commit 239f39b

Browse files
committed
Tweak install
1 parent cdb4e15 commit 239f39b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/python.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ jobs:
3131
- name: Install dependencies
3232
run: |
3333
python -m pip install --upgrade pip
34-
pip install black -r python/requirements.txt
34+
pip install black
35+
cd python; pip install -r python/requirements.txt
3536
- name: Reformat
3637
run: |
3738
cd python; black --check .

0 commit comments

Comments
 (0)