We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c7bb41 commit 1ed81ebCopy full SHA for 1ed81eb
1 file changed
.github/workflows/release_test_sfdx.yml
@@ -45,14 +45,6 @@ jobs:
45
uses: actions/setup-python@v5
46
with:
47
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
-
56
- name: Set up uv
57
uses: SFDO-Tooling/setup-uv@main
58
0 commit comments