Skip to content

Commit 0c44504

Browse files
committed
Fix: correct YAML indentation for dependency installation
1 parent e2a3c8c commit 0c44504

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ml_ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ jobs:
2020

2121
- name: Install dependencies
2222
run: |
23-
python -m pip install --upgrade pip
24-
pip install -r requirements.txt
25-
pip install -r requirements-dev.txt
23+
python -m pip install --upgrade pip
24+
pip install -r requirements.txt
25+
pip install -r requirements-dev.txt
2626
2727
- name: Lint with flake8
2828
run: |

0 commit comments

Comments
 (0)