Skip to content

Commit

Permalink
Moving python setup
Browse files Browse the repository at this point in the history
  • Loading branch information
LeStarch authored Oct 22, 2024
1 parent d212250 commit 21c8d01
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,10 @@ runs:
steps:
- run: git fetch --tags
shell: bash
- name: Add Python bin to PATH
run: echo "/Library/Frameworks/Python.framework/Versions/Current/bin" >> $GITHUB_PATH
shell: bash
# Adds python to path
- uses: actions/setup-python@v5
with:
python-version: '3.12'
- run: pip3 install setuptools_scm wheel urllib3
shell: bash
- run: pip3 install -U -r ${{ inputs.location }}/requirements.txt
Expand Down

0 comments on commit 21c8d01

Please sign in to comment.