diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e7fe2659..17e3c9d8 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -32,8 +32,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: |