Skip to content

Commit cdd1c6f

Browse files
committed
🐛 Run pip cache detection @ CI via bash
This is a compatibility change for GHA under Windows. Without this patch, the produced path is an empty string.
1 parent b38b180 commit cdd1c6f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci-cd.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -593,6 +593,7 @@ jobs:
593593
id: pip-cache
594594
run: >-
595595
echo "dir=$(python -m pip cache dir)" >> "${GITHUB_OUTPUT}"
596+
shell: bash
596597
- name: Set up pip cache
597598
if: fromJSON(steps.py-abi.outputs.is-stable-abi)
598599
uses: actions/cache@v3

0 commit comments

Comments
 (0)