Fix CI dep installation ()

This commit is contained in:
Teemu R
2021-09-23 18:29:45 +02:00
committed by GitHub
parent 41bed35e01
commit 202d107d39

@@ -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