fix missing step id

This commit is contained in:
Nick Sweeting 2020-07-28 07:33:48 -04:00
parent 7503578282
commit 922ddba222

View file

@ -53,6 +53,7 @@ jobs:
- name: Cache virtualenv - name: Cache virtualenv
uses: actions/cache@v2 uses: actions/cache@v2
id: cache-venv
with: with:
path: .venv path: .venv
key: ${{ runner.os }}-${{ matrix.python }}-venv-${{ hashFiles('setup.py') }} key: ${{ runner.os }}-${{ matrix.python }}-venv-${{ hashFiles('setup.py') }}