Quick change

This commit is contained in:
Jonathan Wren 2021-09-18 16:28:42 -07:00 committed by GitHub
parent af6d94c584
commit 3c2cb2589d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -49,7 +49,7 @@ jobs:
uses: actions/cache@v2 uses: actions/cache@v2
with: with:
path: .venv path: .venv
key: ${{ runner.os }}-${{ hashFiles('poetry.lock') }}-${{ matrix.python-version }}-v2-${{ secrets.CACHE_STRING }} key: ${{ runner.os }}-${{ hashFiles('poetry.lock') }}-${{ matrix.python-version }}-${{ secrets.CACHE_STRING }}
- name: Install dependencies - name: Install dependencies
if: ${{ matrix.python-version != '3.10-dev' }} if: ${{ matrix.python-version != '3.10-dev' }}