Skip to content

Commit

Permalink
with pipx install
Browse files Browse the repository at this point in the history
  • Loading branch information
priya-kinthali committed Nov 4, 2024
1 parent 3505ec5 commit e4364b8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test-sample.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ jobs:
python-version: "3.12"
- name: Get Python version
run: python --version
- name: Install pipx
run: python -m pip install --user pipx
- name: Ensure pipx uses the correct Python
run: python -m pipx ensurepath
- name: Get pipx version
run: pipx --version
- name: Install Python Package
Expand Down

0 comments on commit e4364b8

Please sign in to comment.