generated from KKlochko/poetry-template
Compare commits
2
Commits
71f0c034a3
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
edf24984fb | ||
|
|
5633c348f4 |
+4
-6
@@ -3,11 +3,9 @@ type: docker
|
||||
name: default
|
||||
|
||||
steps:
|
||||
- name: installing deps and test
|
||||
- name: install dependencies and run tests
|
||||
image: python:3.10-alpine
|
||||
commands:
|
||||
- export POETRY_HOME=/opt/poetry
|
||||
- python3 -m venv $POETRY_HOME
|
||||
- $POETRY_HOME/bin/pip install poetry==1.3.2
|
||||
- $POETRY_HOME/bin/poetry install
|
||||
- $POETRY_HOME/bin/poetry run pytest -s
|
||||
- pip install -r requirements.txt
|
||||
- pytest -s
|
||||
|
||||
|
||||
Reference in New Issue
Block a user