Installing dependencies in github action

This commit is contained in:
Geoff Taylor 2021-10-14 10:56:28 +01:00 committed by GitHub
parent c0142067d4
commit fa6cdd8d94
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

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