From c997a35dbd196817562c7fcb0b93cadf7c656ce9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peter=20Scha=CC=88fer?= <101886095+PeterSchafer@users.noreply.github.com> Date: Fri, 19 Jul 2024 11:31:02 +0200 Subject: [PATCH] fix: pin to setuptools to a version that doesn't crash --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 14a334535e..95e8423e26 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -334,7 +334,7 @@ commands: name: Installing Node.js + other test dependencies command: | apk add --update nodejs npm bash maven git go gradle python3 py3-pip elixir composer - pip3 install pipenv requests PyYAML + pip3 install pipenv requests PyYAML setuptools==70.3.0 wget https://dot.net/v1/dotnet-install.sh -O dotnet-install.sh && chmod +x dotnet-install.sh && ./dotnet-install.sh failed-release-notification: