Fixed syntax error in github action file

This commit is contained in:
Geoff Taylor 2021-10-14 10:35:38 +01:00 committed by GitHub
parent 26ff5490a3
commit 46f7b47036
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -15,9 +15,9 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-python@v1
- uses: snok/install-poetry@v1
with:
version: 1.1.10
virtualenvs-in-project: true
with:
virtualenvs-create: true
virtualenvs-in-project: true
- name: Install dependencies
run: make setup