Skip to content

Commit 0933ff3

Browse files
committed
fix indentation
1 parent 4cdae43 commit 0933ff3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
with:
2525
python-version: 3.9
2626
- name: Install dependencies
27-
run: pip install -r requirements.txt
27+
run: pip install -r requirements.txt
2828
- name: Run tests
2929
run: >-
3030
python -m

0 commit comments

Comments
 (0)