mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-12 22:25:44 -04:00
fix missing step id
This commit is contained in:
parent
7503578282
commit
922ddba222
1 changed files with 1 additions and 0 deletions
1
.github/workflows/test.yml
vendored
1
.github/workflows/test.yml
vendored
|
@ -53,6 +53,7 @@ jobs:
|
|||
|
||||
- name: Cache virtualenv
|
||||
uses: actions/cache@v2
|
||||
id: cache-venv
|
||||
with:
|
||||
path: .venv
|
||||
key: ${{ runner.os }}-${{ matrix.python }}-venv-${{ hashFiles('setup.py') }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue