remove hashFiles in setup-tinygrad (#13423)

* fix hashFiles in setup-tinygrad on macos

* remove hashFiles altogether
This commit is contained in:
Christopher Milan
2025-11-22 17:47:10 -05:00
committed by GitHub
parent c14033e10f
commit 310da2a201

View File

@@ -61,7 +61,7 @@ runs:
uses: actions/cache@v4
with:
path: ${{ github.workspace }}/.venv
key: venv-${{ runner.os }}-python-${{ steps.setup-python.outputs.python-version }}-${{ inputs.deps }}-${{ inputs.pydeps }}-${{ hashFiles('**/pyproject.toml') }}-${{ env.CACHE_VERSION }}
key: venv-${{ runner.os }}-python-${{ steps.setup-python.outputs.python-version }}-${{ inputs.deps }}-${{ inputs.pydeps }}-${{ env.CACHE_VERSION }}
# **** Caching downloads ****