Skip to content

Commit

Permalink
echo "dir=$(pip cache dir)" >> $GITHUB_OUTPUT
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss authored Dec 4, 2024
1 parent d320225 commit ff65c13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Get pip cache dir
id: pip-cache
run: |
echo "{dir}={$(pip cache dir)}" >> $GITHUB_OUTPUT
echo "dir=$(pip cache dir)" >> $GITHUB_OUTPUT
- name: Cache
uses: actions/cache@v4
Expand Down

0 comments on commit ff65c13

Please sign in to comment.