Skip to content

Commit 321cb62

Browse files
committed
try to include user site bin dir in path
1 parent b6acc8e commit 321cb62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-package.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
python-version: ${{ matrix.python-version }}
4747
check-latest: true
4848
- name: Set up Python ${{ matrix.python-version }}
49-
run: echo "PATH=/usr/bin:$PATH" >> $GITHUB_ENV
49+
run: echo "PATH=/usr/bin:`/usr/bin/python3 -m site --user-base`/bin:$PATH" >> $GITHUB_ENV
5050
if: ${{ matrix.python-version == 'system' }}
5151
- name: Upgrade pip & Install deps
5252
run: |

0 commit comments

Comments
 (0)