FIX: improve workflow stability (#1397)
* FIX: improve workflow stability * just testing * just testing, nr. 3
This commit is contained in:
@@ -24,7 +24,9 @@ jobs:
|
||||
with:
|
||||
poetry-version: ${{ matrix.poetry-version }}
|
||||
- name: Install packages
|
||||
run: poetry install
|
||||
run: |
|
||||
poetry config virtualenvs.create false
|
||||
poetry install
|
||||
- name: Check black
|
||||
run: make checkblack
|
||||
- name: Check isort
|
||||
|
||||
Reference in New Issue
Block a user