From 3502a26ff128f88502a551e9043dcf9769911953 Mon Sep 17 00:00:00 2001 From: Cyril Concolato Date: Mon, 22 Jan 2024 10:41:53 -0800 Subject: [PATCH] Try to install poetry --- .github/workflows/auto-publish.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/auto-publish.yml b/.github/workflows/auto-publish.yml index 343ccfc..bf14cb2 100644 --- a/.github/workflows/auto-publish.yml +++ b/.github/workflows/auto-publish.yml @@ -29,6 +29,8 @@ jobs: - name: Install dependencies run: | + curl -sSL https://install.python-poetry.org | python3 - + pip install bikeshed cd conformance