diff --git a/.github/workflows/studio-update-smoke.yml b/.github/workflows/studio-update-smoke.yml index f6c3dd5c6b..0eb0e61868 100644 --- a/.github/workflows/studio-update-smoke.yml +++ b/.github/workflows/studio-update-smoke.yml @@ -56,7 +56,11 @@ jobs: - uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0 with: python-version: '3.12' - cache: 'pip' + # Don't cache pip: this job runs `bash install.sh` and + # `unsloth studio update --local` which both go through + # `uv` and never populate ~/.cache/pip. setup-python's + # post-step then fatal-errors with "Cache folder path is + # retrieved for pip but doesn't exist on disk". - name: Install Studio (--local, --no-torch) # Pass the workflow token so the llama.cpp prebuilt installer's