From f44f0acdac4542d342ae9229563df03e19b86ea0 Mon Sep 17 00:00:00 2001 From: checktheroads Date: Fri, 14 Feb 2020 08:33:06 -0700 Subject: [PATCH] ci add curl installation --- .github/workflows/tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index a3a126c..71d1079 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -23,6 +23,7 @@ jobs: ref: v1.0.0 - name: Install Application run: | + sudo apt install curl 'curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python' poetry --version poetry install