Skip to content

Commit dc74564

Browse files
committed
@W-18129346 - Fix workflows
1 parent 1a37390 commit dc74564

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/release_test_sfdx.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,12 @@ jobs:
4747
python-version: 3.11
4848
cache: pip
4949
cache-dependency-path: "pyproject.toml"
50+
- name: Check pip cache existence
51+
run: |
52+
if [ ! -d ~/.cache/pip ]; then
53+
echo "No pip cache directory found, skipping cache step."
54+
fi
55+
5056
- name: Set up uv
5157
uses: SFDO-Tooling/setup-uv@main
5258
with:

0 commit comments

Comments
 (0)