Skip to content

Commit

Permalink
add /home/runner/.local/bin to PATH
Browse files Browse the repository at this point in the history
Signed-off-by: SHIMA Tatsuya <[email protected]>
  • Loading branch information
eitsupi committed Apr 1, 2023
1 parent a6d7db2 commit 90ebfb3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions dev/tasks/python-wheels/github.linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,10 @@ jobs:
{{ macros.github_checkout_arrow()|indent }}
{% if arch == "amd64" %}
{{ macros.github_install_archery()|indent }}
{% else %} # Workaround for arm64 https://github.com/actions/setup-python/issues/108
- name: Install python
{% else %}
- name: add path
run: echo "$HOME/.local/bin" >>"$GITHUB_PATH"
- name: Install python # Workaround for arm64 https://github.com/actions/setup-python/issues/108
shell: bash
run: |
sudo apt-get update
Expand Down

0 comments on commit 90ebfb3

Please sign in to comment.