Skip to content

Commit

Permalink
removed setuptools installation
Browse files Browse the repository at this point in the history
  • Loading branch information
bcdurak committed Aug 29, 2024
1 parent a253bee commit 1005439
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/actions/starter_template_test/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1005439

Please sign in to comment.