From ba1b03973faecbc5c3e11cc28499c7a7b45049d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81ron=20Ricardo=20Perez-Lopez?= Date: Fri, 5 Jul 2024 23:26:35 +0200 Subject: [PATCH] Remove setuptools downgrade step on macOS --- .github/workflows/ci.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 58f7ef1d..e97d247f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,12 +33,6 @@ jobs: python3 -m venv ./.venv echo "$PWD/.venv/bin" >> $GITHUB_PATH - # install previous version of setuptools as temporary fix - # see also recommendations here: https://github.com/pypa/setuptools/issues/3227 - - name: Python Dependencies (macOS) - if: runner.os == 'macOS' - run: python3 -m pip install 'setuptools<61' - - name: Python Dependencies (all) run: python3 -m pip install Cython pytest pyparsing toml