Skip to content

Commit

Permalink
Add python source build
Browse files Browse the repository at this point in the history
  • Loading branch information
SonicField committed Oct 7, 2024
1 parent 9222a4e commit c186aad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/build-python-from-source/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ runs:
# Make sure we use our version of python.
- name: Set LOCAL_PYTHON envvar
run: echo "LOCAL_PYTHON=$prefix/bin/python3" >> $GITHUB_ENV
shell: bash

# Ensure python is in the path and log out the version to help with debug.
- name: Verify Python Installation
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ jobs:
- name: Set LOCAL_PYTHON envvar
if: matrix.build-from-source == false
run: echo "LOCAL_PYTHON=python" >> $GITHUB_ENV
shell: bash

# Upgrade pip to the latest version.
- name: Upgrade pip
Expand Down

0 comments on commit c186aad

Please sign in to comment.