From e1124512472800daa3abcdb8eedf6f2d82ecee84 Mon Sep 17 00:00:00 2001 From: faucomte97 Date: Wed, 18 Sep 2024 15:08:42 +0100 Subject: [PATCH] fix: Install setuptools in pipeline --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4f005ef..b64d658 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -41,7 +41,7 @@ jobs: - name: 🛠 Install Dependencies run: | python -m pip install --upgrade pip - python -m pip install python-semantic-release~=7.33 + python -m pip install python-semantic-release~=7.33 setuptools==75.1.0 - name: 🤖 Set up cfl-bot as Git User uses: ocadotechnology/codeforlife-workspace/.github/actions/git/setup-bot@main