Skip to content

Commit eac7437

Browse files
committed
fix indentation PyPIPublish.yml
1 parent 0933ff3 commit eac7437

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/PyPIPublish.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,7 @@ jobs:
2626
with:
2727
python-version: 3.9
2828
- name: Install dependencies
29-
run: |
30-
pip install -r requirements.txt
29+
run: pip install -r requirements.txt
3130
- name: Run tests
3231
run: >-
3332
python -m

0 commit comments

Comments
 (0)