Skip to content

Commit

Permalink
Set default pipx python to setup-python executable
Browse files Browse the repository at this point in the history
  • Loading branch information
dunkmann00 committed Apr 12, 2024
1 parent 3ef3a54 commit c6472cb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,16 @@ jobs:
name: Build PyPI Package
needs: notifications-build
runs-on: ubuntu-22.04
env:
PIPX_DEFAULT_PYTHON: ${{ steps.python.outputs.python-path }}
defaults:
run:
shell: bash
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Python
id: python
uses: actions/setup-python@v5
with:
python-version: ${{ env.PYTHON_VERSION }}
Expand Down

0 comments on commit c6472cb

Please sign in to comment.