From 6b5e8e2686bad872baa7e49b59b30782ae94ea3d Mon Sep 17 00:00:00 2001 From: Jonathan Wren Date: Sat, 7 Nov 2020 14:33:42 -0800 Subject: [PATCH] take out pip cache --- .github/workflows/python-app.yml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index ed3334fc..ddba2357 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -24,17 +24,6 @@ jobs: with: python-version: ${{ matrix.python-version }} - - name: Get pip cache dir - id: pip-cache - run: | - echo "::set-output name=dir::$(pip cache dir)" - - - name: pip cache - uses: actions/cache@v2 - with: - path: ${{ steps.pip-cache.outputs.dir }} - key: ${{ runner.os }}-pip-${{ matrix.python-version }} - - name: poetry cache uses: actions/cache@v2 with: