From 6b67ec5230a2a5566315439dd1ef1ff9afc85dc2 Mon Sep 17 00:00:00 2001 From: "Bizz (Daniel Bisgrove)" <56281168+dr-bizz@users.noreply.github.com> Date: Tue, 15 Oct 2024 08:39:24 -0400 Subject: [PATCH] AWSCLI is pre-installed onto the ubuntu runner, so we don't need to install it. (#158) --- .github/workflows/node.js.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 28df1c95..a1d5f785 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -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: