Skip to content

Commit b6acc8e

Browse files
committed
fix path for system python
1 parent 8d0467b commit b6acc8e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/python-package.yml

+3
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@ jobs:
4545
with:
4646
python-version: ${{ matrix.python-version }}
4747
check-latest: true
48+
- name: Set up Python ${{ matrix.python-version }}
49+
run: echo "PATH=/usr/bin:$PATH" >> $GITHUB_ENV
50+
if: ${{ matrix.python-version == 'system' }}
4851
- name: Upgrade pip & Install deps
4952
run: |
5053
python3 -m pip install --upgrade pip

0 commit comments

Comments
 (0)