Skip to content

Commit 1ed81eb

Browse files
committed
@W-18129346 - Remove cache from the workflow
1 parent 8c7bb41 commit 1ed81eb

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

.github/workflows/release_test_sfdx.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -45,14 +45,6 @@ jobs:
4545
uses: actions/setup-python@v5
4646
with:
4747
python-version: 3.11
48-
cache: pip
49-
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-
5648
- name: Set up uv
5749
uses: SFDO-Tooling/setup-uv@main
5850
with:

0 commit comments

Comments
 (0)