Skip to content

Commit

Permalink
update yml (#434)
Browse files Browse the repository at this point in the history
  • Loading branch information
vdelacruzb authored Jul 10, 2023
1 parent 74975a1 commit 43ea858
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions .github/workflows/redshift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,14 +115,17 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: ${{ env.NODE_VERSION }}
- name: Setup python 2
uses: actions/setup-python@v2
with:
python-version: ${{ env.PYTHON2_VERSION }}
- name: Setup python 3
uses: actions/setup-python@v2
with:
python-version: ${{ env.PYTHON3_VERSION }}
- name: Setup yarn
run: npm install -g yarn
- name: Install dependencies
run: |
apt-get update
apt-get -y install rsync zip unzip curl glibc-source groff less
- name: Install AWS CLI
run: |
curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip"
unzip awscliv2.zip
./aws/install
- name: Setup virtualenv
run: pip install virtualenv==${{ env.VIRTUALENV_VERSION }}
- name: Configure AWS Credentials
Expand Down

0 comments on commit 43ea858

Please sign in to comment.