Skip to content

Commit

Permalink
Use pipx to install awscli as pip no longer allows you to install ext…
Browse files Browse the repository at this point in the history
…ernally managed environment (#157)
  • Loading branch information
dr-bizz authored Oct 14, 2024
1 parent c0bcece commit a31ad2a
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,14 @@ jobs:
- name: Repository checkout
uses: actions/checkout@v4

- name: Install AWSCLI
run: pip install --user awscli
- name: Install pipx
run: sudo apt-get install -y pipx

- name: Ensure pipx is on the PATH
run: python3 -m pipx ensurepath

- name: Install AWSCLI with pipx
run: pipx install awscli

- name: Node.js setup
uses: actions/setup-node@v4
Expand Down

0 comments on commit a31ad2a

Please sign in to comment.