diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c6621d0..f875bcf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -56,14 +56,15 @@ jobs: uses: actions/setup-python@v2 with: python-version: '3.9' - - - name: Setup pip cache - uses: actions/cache@v2 - with: - path: /opt/hostedtoolcache/Python - key: ${{ runner.os }}-pip-${{ hashFiles('requirements.txt') }}-${{ hashFiles('requirements.optional.txt') }} - restore-keys: | - ${{ runner.os }}-pip- + cache: "pip" + + # - name: Setup pip cache + # uses: actions/cache@v2 + # with: + # path: /opt/hostedtoolcache/Python + # key: ${{ runner.os }}-pip-${{ hashFiles('requirements.txt') }}-${{ hashFiles('requirements.optional.txt') }} + # restore-keys: | + # ${{ runner.os }}-pip- - name: Install pip and setuptools run: |