Merge branch 'hotfix/0.2.3'

This commit is contained in:
Jörn-Michael Miehe 2022-10-28 12:53:14 +02:00
commit 27785b16c9

View file

@ -7,8 +7,8 @@ steps:
- name: pytest
image: python:3.6-alpine3.13
commands:
- apk add --no-cache g++ libffi-dev
- wget -O- https://raw.githubusercontent.com/python-poetry/poetry/master/install-poetry.py | python3 -
- apk add --no-cache g++ libffi-dev curl
- wget -O- https://install.python-poetry.org | python3 - --version 1.1.15
- /root/.local/bin/poetry install
- /root/.local/bin/poetry run pytest