Skip to content

Commit

Permalink
Change ~ to $HOME in main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
trevorbaca committed Jan 25, 2025
1 parent 70d23db commit 70ad4be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Cache dependencies
uses: actions/cache@v4
with:
path: ~/.cache/pip
path: $HOME/.cache/pip
key: >
${{ runner.os }}-pip-
${{ matrix.python-version }}-
Expand Down

0 comments on commit 70ad4be

Please sign in to comment.