Skip to content

Commit

Permalink
fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinschaul committed Jun 24, 2024
1 parent 15d23b3 commit fc70860
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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-
Expand All @@ -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: |
Expand Down

0 comments on commit fc70860

Please sign in to comment.