Disable fail-fast and set newer poetry version

This commit is contained in:
Alex Root Junior 2020-11-18 17:11:55 +02:00
parent e0987f327c
commit 1034926286
2 changed files with 3 additions and 2 deletions

View file

@ -13,6 +13,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
max-parallel: 6
fail-fast: false
matrix:
os:
- ubuntu-latest
@ -32,7 +33,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip poetry==1.0
python -m pip install --upgrade pip poetry==1.1.4
poetry install
- name: Lint code