Skip to content

Commit

Permalink
try to include user site bin dir in path
Browse files Browse the repository at this point in the history
  • Loading branch information
CamJN committed Aug 5, 2024
1 parent b6acc8e commit 321cb62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
python-version: ${{ matrix.python-version }}
check-latest: true
- name: Set up Python ${{ matrix.python-version }}
run: echo "PATH=/usr/bin:$PATH" >> $GITHUB_ENV
run: echo "PATH=/usr/bin:`/usr/bin/python3 -m site --user-base`/bin:$PATH" >> $GITHUB_ENV
if: ${{ matrix.python-version == 'system' }}
- name: Upgrade pip & Install deps
run: |
Expand Down

0 comments on commit 321cb62

Please sign in to comment.