diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5cc14fd116..33e175a312 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -47,8 +47,8 @@ jobs: uses: actions/setup-python@v2 with: python-version: ${{ matrix.python-version }} - cache: 'pip' - cache-dependency-path: 'requirements*.txt' + # cache: 'pip' + # cache-dependency-path: 'requirements*.txt' - name: Install dependencies run: |