From fc70860a5d4d47a46bd7b42c5b602abf2cda7fa9 Mon Sep 17 00:00:00 2001 From: Kevin Schaul Date: Mon, 24 Jun 2024 18:22:02 -0500 Subject: [PATCH] fix path --- .github/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 14af126..f65e0c0 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -74,7 +74,7 @@ jobs: name: Configure pip caching with: path: ~/.cache/pip - key: ${{ runner.os }}-pip-${{ hashFiles('requirements.txt') }} + key: ${{ runner.os }}-pip-${{ hashFiles('node_modules/jump-start-tools/requirements.txt') }} restore-keys: | ${{ runner.os }}-pip- @@ -86,7 +86,7 @@ jobs: - name: Install Python dependencies run: | - pip install -r jump-start-gallery/requirements.txt + pip install -r node_modules/jump-start-tools/requirements.txt - name: Install Playwright dependencies run: |