Last change didn't save...

This commit is contained in:
Geoff Taylor 2021-10-14 11:17:24 +01:00 committed by GitHub
parent 97de934e7f
commit 84367fb797
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ jobs:
virtualenvs-in-project: true
- name: Install library
run: poetry install --no-interaction
run: poetry install --no-interaction .
- name: Activate venv
run: source .venv/bin/activate