Skip to content

Commit

Permalink
AWSCLI is pre-installed onto the ubuntu runner, so we don't need to i…
Browse files Browse the repository at this point in the history
…nstall it. (#158)
  • Loading branch information
dr-bizz authored Oct 15, 2024
1 parent a31ad2a commit 6b67ec5
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,15 +60,6 @@ jobs:
- name: Repository checkout
uses: actions/checkout@v4

- 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
with:
Expand Down

0 comments on commit 6b67ec5

Please sign in to comment.