From 624d0ccb58302fd03bf325c430aff1ff56207897 Mon Sep 17 00:00:00 2001 From: Nick Sullivan Date: Mon, 1 Jul 2024 18:58:00 +0100 Subject: [PATCH] Install setup tools, which isn't there by default for python 3.12 --- .github/workflows/pypi_release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pypi_release.yml b/.github/workflows/pypi_release.yml index 5cacf14..4a51a10 100644 --- a/.github/workflows/pypi_release.yml +++ b/.github/workflows/pypi_release.yml @@ -35,7 +35,7 @@ jobs: run: | python -m pip install --upgrade pip pip install -r requirements/requirements-test.txt - pip install wheel + pip install wheel setuptools - name: Build and install aicodebot run: |