Skip to content

Commit

Permalink
Add ~/.local/bin to PATH in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
cognifloyd authored Nov 7, 2023
1 parent a42d954 commit b3e7972
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Ensure default install path is on PATH
# Do this here so that we can change the path before updating the init-pants action.
run: echo "${HOME}/.local/bin" >> $GITHUB_PATH
- name: Setup Pants
uses: pantsbuild/actions/init-pants@v4-scie-pants
with:
Expand Down

0 comments on commit b3e7972

Please sign in to comment.