Fix pipeline install step

This commit is contained in:
Alex Root Junior 2019-11-18 21:17:42 +02:00
parent 2b3dd6cc4a
commit 17edffdc62

View file

@ -19,9 +19,9 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
make install
mkdir -p reports/tests
python -m pip install --upgrade pip poetry
poetry install
mkdir -p reports
- name: Lint code
run: |