mirror of
https://github.com/Balshgit/python-poetry.git
synced 2025-12-16 05:40:39 +03:00
update pyproject.toml and poetry.lock
This commit is contained in:
12
.github/workflows/poetry-test.yml
vendored
12
.github/workflows/poetry-test.yml
vendored
@@ -24,7 +24,7 @@ jobs:
|
||||
id: setup-python
|
||||
uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: '3.11.4'
|
||||
python-version: '3.11.6'
|
||||
#----------------------------------------------
|
||||
# ----- install & configure poetry -----
|
||||
#----------------------------------------------
|
||||
@@ -58,6 +58,16 @@ jobs:
|
||||
poetry config virtualenvs.in-project true
|
||||
poetry install
|
||||
poetry run pip install -U pip
|
||||
#----------------------------------------------
|
||||
# check dependencies
|
||||
#----------------------------------------------
|
||||
- name: Extended checks
|
||||
continue-on-error: true
|
||||
run: |
|
||||
poetry run poetry check
|
||||
poetry run pip check
|
||||
poetry run safety check --full-report
|
||||
poetry run pip-audit
|
||||
|
||||
test-docker:
|
||||
name: Docker build check
|
||||
|
||||
Reference in New Issue
Block a user