This commit is contained in:
@@ -26,6 +26,11 @@ steps:
|
|||||||
- python -m venv .venv
|
- python -m venv .venv
|
||||||
- . .venv/bin/activate
|
- . .venv/bin/activate
|
||||||
- pip install -r requirements.txt
|
- pip install -r requirements.txt
|
||||||
|
|
||||||
|
- name: build
|
||||||
|
image: python:3.10-alpine
|
||||||
|
commands:
|
||||||
|
- . .venv/bin/activate
|
||||||
- pip install .
|
- pip install .
|
||||||
|
|
||||||
- name: test
|
- name: test
|
||||||
|
|||||||
Reference in New Issue
Block a user