Skip to content

Commit 8d56837

Browse files
committed
update update index workflow
1 parent 2b44909 commit 8d56837

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/update_index.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,12 @@ jobs:
2020
uses: actions/setup-python@v2
2121
with:
2222
python-version: ${{ env.python_ver }}
23-
24-
- name: Goto scripts dir
23+
24+
- name: Install dependencies
2525
run: |
2626
cd .github
2727
cd scripts
28-
29-
- name: Install dependencies
30-
run: pip install -r requirements.txt
28+
pip install -r requirements.txt
3129
3230
- name: Update Index
3331
run: |

0 commit comments

Comments
 (0)