Merge tag '0.2.3' into develop
fix CI build
This commit is contained in:
commit
9c38c1a5ef
1 changed files with 2 additions and 2 deletions
|
@ -7,8 +7,8 @@ steps:
|
||||||
- name: pytest
|
- name: pytest
|
||||||
image: python:3.6-alpine3.13
|
image: python:3.6-alpine3.13
|
||||||
commands:
|
commands:
|
||||||
- apk add --no-cache g++ libffi-dev
|
- apk add --no-cache g++ libffi-dev curl
|
||||||
- wget -O- https://raw.githubusercontent.com/python-poetry/poetry/master/install-poetry.py | python3 -
|
- wget -O- https://install.python-poetry.org | python3 - --version 1.1.15
|
||||||
- /root/.local/bin/poetry install
|
- /root/.local/bin/poetry install
|
||||||
- /root/.local/bin/poetry run pytest
|
- /root/.local/bin/poetry run pytest
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue