take out pip cache

This commit is contained in:
Jonathan Wren 2020-11-07 14:33:42 -08:00
parent 7beedd26d8
commit 6b5e8e2686
No known key found for this signature in database
GPG key ID: 43D5FF8722E7F68A

View file

@ -24,17 +24,6 @@ jobs:
with: with:
python-version: ${{ matrix.python-version }} 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 - name: poetry cache
uses: actions/cache@v2 uses: actions/cache@v2
with: with: