fix: enhance pip cache directory step with additional output for debugging
This commit is contained in:
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@@ -26,7 +26,10 @@ jobs:
|
||||
|
||||
- name: Locate pip cache directory
|
||||
id: pip-cache-dir
|
||||
run: echo "dir=$(python -m pip cache dir)" >> "$GITHUB_OUTPUT"
|
||||
# extra output for debugging
|
||||
run: |
|
||||
echo "dir=$(python -m pip cache dir)" >> "$GITHUB_OUTPUT"
|
||||
echo "dir=$(python -m pip cache dir)"
|
||||
|
||||
- name: Cache pip
|
||||
uses: actions/cache@v4
|
||||
|
||||
Reference in New Issue
Block a user