From 995eb0d338587e219851638e6e56ae5451b3f372 Mon Sep 17 00:00:00 2001 From: Matthew Thornton <99351305+ThorntonMatthew@users.noreply.github.com> Date: Wed, 9 Oct 2024 15:33:12 -0400 Subject: [PATCH] Revert "Update ECR token refresh job dependencies (#1716)" This reverts commit bc1bf7a5e3462983adc0767d0ef7cc7458109dbc. --- .github/workflows/ecr-login.yml | 9 ++------- .github/workflows/requirements.txt | 3 +-- 2 files changed, 3 insertions(+), 9 deletions(-) diff --git a/.github/workflows/ecr-login.yml b/.github/workflows/ecr-login.yml index 48edd5706..51abaf380 100644 --- a/.github/workflows/ecr-login.yml +++ b/.github/workflows/ecr-login.yml @@ -27,13 +27,8 @@ jobs: - name: retrieve ecr password and store as secret if: steps.acquire-credentials.outcome == 'success' run: | - sudo apt install python3-venv - python3 -m venv .venv - source .venv/bin/activate - - pip install -r .github/workflows/requirements.txt - - python .github/workflows/ecr_password_updater.py + pip3 install -r .github/workflows/requirements.txt + python3 .github/workflows/ecr_password_updater.py env: AWS_ACCESS_KEY_ID: ${{ steps.acquire-credentials.outputs.aws-access-key-id }} AWS_SECRET_ACCESS_KEY: ${{ steps.acquire-credentials.outputs.aws-secret-access-key }} diff --git a/.github/workflows/requirements.txt b/.github/workflows/requirements.txt index e2b44fa1f..fe54d33a1 100644 --- a/.github/workflows/requirements.txt +++ b/.github/workflows/requirements.txt @@ -1,4 +1,3 @@ -awscli==1.35.2 pynacl==1.4.0 requests==2.25.1 -boto3==1.35.36 +boto3==1.17.107 \ No newline at end of file