ci: poetry install dependecies
Some checks failed
Build Python Package / build (push) Failing after 35s
Some checks failed
Build Python Package / build (push) Failing after 35s
This commit is contained in:
@@ -26,6 +26,18 @@ jobs:
|
||||
virtualenvs-create: false
|
||||
installer-parallel: true
|
||||
|
||||
- name: Validate the structure of the pyproject.toml
|
||||
run: |
|
||||
poetry check
|
||||
|
||||
- name: Verify that poetry.lock is consistent with pyproject.toml
|
||||
run: |
|
||||
poetry lock --check
|
||||
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
poetry install
|
||||
|
||||
- name: Check code formatting by black
|
||||
run: |
|
||||
poetry run black . --check
|
||||
|
||||
Reference in New Issue
Block a user