From 10054390a7513bf8e586229d85d28e8a84454103 Mon Sep 17 00:00:00 2001 From: Baris Can Durak Date: Thu, 29 Aug 2024 16:07:47 +0200 Subject: [PATCH] removed setuptools installation --- .github/actions/starter_template_test/action.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/actions/starter_template_test/action.yml b/.github/actions/starter_template_test/action.yml index 257c2c0..7cd9597 100644 --- a/.github/actions/starter_template_test/action.yml +++ b/.github/actions/starter_template_test/action.yml @@ -54,11 +54,6 @@ runs: run: | pip install wheel uv - - name: Install setuptools on Python 3.12 - if: ${{ inputs.python-version == '3.12' }} - shell: bash - run: pip install setuptools - - name: Install ZenML if: ${{ inputs.ref-zenml != '' }} shell: bash