From 2c164abab59f22e102eed8695c70ca1124afb8ca Mon Sep 17 00:00:00 2001 From: Melody Horn Date: Wed, 14 Oct 2020 18:17:04 -0600 Subject: debug CI --- .build.yml | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) (limited to '.build.yml') diff --git a/.build.yml b/.build.yml index 7080980..fbe048e 100644 --- a/.build.yml +++ b/.build.yml @@ -1,11 +1,28 @@ -image: alpine/latest +image: alpine/edge packages: - python3 + - py3-pip + - py3-cryptography + - py3-mypy + - py3-cleo + - py3-clikit + - py3-requests + - py3-cachy + - py3-requests-toolbelt + - py3-pkginfo + - py3-html5lib + - py3-shellingham + - py3-tomlkit + - py3-pexpect + - py3-packaging + - py3-virtualenv + - py3-regex sources: - https://git.sr.ht/~boringcactus/crowbar-reference-compiler tasks: - setup: | - pip install poetry + pip install --progress-bar off --user poetry + PATH=$HOME/.local/bin:$PATH poetry config virtualenvs.create false cd crowbar-reference-compiler poetry install -- cgit v1.2.3