From 8d5683795e726f7a78049460d725394b3943c102 Mon Sep 17 00:00:00 2001 From: cibere <71997063+cibere@users.noreply.github.com> Date: Sun, 12 Jan 2025 20:19:18 -0800 Subject: [PATCH] update update index workflow --- .github/workflows/update_index.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/update_index.yml b/.github/workflows/update_index.yml index 99ea27b..2d4318c 100644 --- a/.github/workflows/update_index.yml +++ b/.github/workflows/update_index.yml @@ -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: |