mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Disable fail-fast and set newer poetry version
This commit is contained in:
parent
e0987f327c
commit
1034926286
2 changed files with 3 additions and 2 deletions
3
.github/workflows/tests.yml
vendored
3
.github/workflows/tests.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue