Skip to content

Commit

Permalink
Update develop.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cami-espinozaq authored Oct 23, 2023
1 parent 1248795 commit 9abef94
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions .github/workflows/develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,17 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: before install dep
run: |
sudo apt-get install -y python3-pip python3-setuptools libcups2-dev
pip3 install --user awscli
export PATH=$PATH:$HOME/.local/bin
#- name: before install dep
# run: |
# sudo apt-get install -y python3-pip python3-setuptools libcups2-dev
# pip3 install --user awscli
# export PATH=$PATH:$HOME/.local/bin
- name: Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@v4
with:
aws-access-key-id: ${{ env.AWS_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ env.AWS_SECRET_ACCESS_KEY }}
aws-region: ${{ env.AWS_REGION }}
- name: Install dependencies
run: |
yarn install
Expand Down

0 comments on commit 9abef94

Please sign in to comment.