Fix CI dep installation (#207)

This commit is contained in:
Teemu R 2021-09-23 18:29:45 +02:00 committed by GitHub
parent 41bed35e01
commit 202d107d39
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,6 +25,7 @@ jobs:
- name: "Install dependencies"
run: |
python -m pip install --upgrade pip poetry
poetry install
- name: "Code formating (black)"
run: |
poetry run pre-commit run black --all-files