Skip to content

Commit

Permalink
Update make.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
akku1139 authored Aug 23, 2024
1 parent eddb2fe commit 8fc32b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/make.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
restore-keys: pip-cache-

- name: Install Dependencies
if: stepspip-cache.outputs.cache-hit != 'true'
if: steps.pip-cache.outputs.cache-hit != 'true'
run: pip install -r ./scripts/requirements.txt

- name: Make
Expand Down

0 comments on commit 8fc32b9

Please sign in to comment.