Trying to get github action to use venv

This commit is contained in:
Geoff Taylor 2021-10-14 10:47:30 +01:00 committed by GitHub
parent 46f7b47036
commit c0142067d4
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: Activate venv
run: source .venv/bin/activate
- name: Install dependencies
run: make setup