fix: add echo statement to log pip cache directory in CI workflow

This commit is contained in:
2025-11-06 12:08:26 +01:00
parent b6511e5273
commit 5b1278cbea

View File

@@ -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