1
0
mirror of https://github.com/pirate/ArchiveBox.git synced 2025-08-21 05:41:54 +02:00

fix yaml error2

This commit is contained in:
Nick Sweeting
2020-07-28 07:32:23 -04:00
parent 13188c0ead
commit 7503578282

View File

@@ -60,9 +60,9 @@ jobs:
${{ runner.os }}-${{ matrix.python }}-venv-
- name: Create virtualenv
if: steps.cache-venv.outputs.cache-hit != 'true'
run: |
python3 -m venv .venv
if: steps.cache-venv.outputs.cache-hit != 'true'
- name: Install dependencies
run: |