fix: add echo statement to log pip cache directory in CI workflow
This commit is contained in:
@@ -42,6 +42,7 @@ jobs:
|
|||||||
id: pip-cache
|
id: pip-cache
|
||||||
run: |
|
run: |
|
||||||
echo "path=$(pip cache dir)" >> $GITEA_OUTPUT
|
echo "path=$(pip cache dir)" >> $GITEA_OUTPUT
|
||||||
|
echo "Pip cache dir: $(pip cache dir)"
|
||||||
|
|
||||||
- name: Cache pip dependencies
|
- name: Cache pip dependencies
|
||||||
uses: actions/cache@v4
|
uses: actions/cache@v4
|
||||||
|
|||||||
Reference in New Issue
Block a user