Skip to content

Commit

Permalink
Remove python version
Browse files Browse the repository at this point in the history
  • Loading branch information
LeStarch authored Oct 22, 2024
1 parent 21c8d01 commit 2f32d8e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,7 @@ runs:
steps:
- run: git fetch --tags
shell: bash
# Adds python to path
- uses: actions/setup-python@v5
with:
python-version: '3.12'
# Python path should be added at a higher level
- run: pip3 install setuptools_scm wheel urllib3
shell: bash
- run: pip3 install -U -r ${{ inputs.location }}/requirements.txt
Expand Down

0 comments on commit 2f32d8e

Please sign in to comment.