diff --git a/.github/workflows/gpu-tests.yml b/.github/workflows/gpu-tests.yml index 43ecd71e7c..58eedfb677 100644 --- a/.github/workflows/gpu-tests.yml +++ b/.github/workflows/gpu-tests.yml @@ -32,8 +32,6 @@ jobs: uses: actions/setup-python@v4 with: python-version: 3.8 - cache: 'pip' - cache-dependency-path: requirements/*.txt - name: Install and upgrade python packages run: | python -m pip install --upgrade pip setuptools==59.4.0 wheel tox pybind11