Skip to content

Commit

Permalink
update update index workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
cibere committed Jan 13, 2025
1 parent 2b44909 commit 8d56837
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/update_index.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,12 @@ jobs:
uses: actions/setup-python@v2
with:
python-version: ${{ env.python_ver }}
- name: Goto scripts dir

- name: Install dependencies
run: |
cd .github
cd scripts
- name: Install dependencies
run: pip install -r requirements.txt
pip install -r requirements.txt
- name: Update Index
run: |
Expand Down

0 comments on commit 8d56837

Please sign in to comment.