Skip to content

Commit

Permalink
fix path for system python
Browse files Browse the repository at this point in the history
  • Loading branch information
CamJN committed Aug 3, 2024
1 parent 8d0467b commit b6acc8e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
check-latest: true
- name: Set up Python ${{ matrix.python-version }}
run: echo "PATH=/usr/bin:$PATH" >> $GITHUB_ENV
if: ${{ matrix.python-version == 'system' }}
- name: Upgrade pip & Install deps
run: |
python3 -m pip install --upgrade pip
Expand Down

0 comments on commit b6acc8e

Please sign in to comment.