From 5c28fd384c0ebb763aca004e32b8655df29c6980 Mon Sep 17 00:00:00 2001 From: Simon Bennetts Date: Fri, 17 Jan 2025 15:20:44 +0000 Subject: [PATCH] Attempt to fix CI Added manual option for testing and installing setuptools Signed-off-by: Simon Bennetts --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f0bb050..749da46 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,6 +5,7 @@ on: branches: - main pull_request: + workflow_dispatch: jobs: build: @@ -21,6 +22,7 @@ jobs: python-version: ${{ matrix.python-version }} - run: | python -m pip install --upgrade pip + pipx install setuptools pipx install poetry==1.7.0 - run: poetry install - run: poetry run pylama