Update the CI/CD configuration.
continuous-integration/drone/push Build is failing Details

main
KKlochko 2 years ago
parent 71f0c034a3
commit 5633c348f4

@ -3,11 +3,13 @@ type: docker
name: default name: default
steps: steps:
- name: installing deps and test - name: install dependencies
image: python:3.10-alpine image: python:3.10-alpine
commands: commands:
- export POETRY_HOME=/opt/poetry - pip install -r requirements.txt
- python3 -m venv $POETRY_HOME
- $POETRY_HOME/bin/pip install poetry==1.3.2 - name: run tests
- $POETRY_HOME/bin/poetry install image: python:3.10-alpine
- $POETRY_HOME/bin/poetry run pytest -s commands:
- pytest -s

Loading…
Cancel
Save