mirror of
https://github.com/ClementTsang/bottom.git
synced 2026-05-19 13:20:41 +00:00
ci: forgot a -r
This commit is contained in:
@@ -27,7 +27,7 @@ jobs:
|
||||
python-version: 3.x
|
||||
|
||||
- name: Install Python dependencies
|
||||
run: pip install docs/requirements.txt
|
||||
run: pip install -r docs/requirements.txt
|
||||
|
||||
- name: Configure git user and email
|
||||
run: |
|
||||
|
||||
@@ -38,7 +38,7 @@ jobs:
|
||||
python-version: 3.x
|
||||
|
||||
- name: Install Python dependencies
|
||||
run: pip install docs/requirements.txt
|
||||
run: pip install -r docs/requirements.txt
|
||||
|
||||
- name: Configure git user and email
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user