Skip to content

Commit

Permalink
fix ebcli (#98)
Browse files Browse the repository at this point in the history
attempt to fix ebcli by installing a specific version of pyyaml[1]

[1] aws/aws-elastic-beanstalk-cli-setup#148 (comment)
  • Loading branch information
zaro0508 authored Oct 2, 2023
1 parent 922cabb commit 92232bd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion .github/actions/install-eb-cli/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ runs:
with:
python-version: ${{inputs.python-version}}

- run: pipx install virtualenv
- run: pipx install virtualenv PyYAML==5.3.1
shell: bash

- name: Install latest EB CLI version
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/aws-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,5 @@ jobs:
role-duration-seconds: ${{ inputs.role-duration-seconds }}
- name: Install EB CLI
uses: "./.github/actions/install-eb-cli"
with:
version: 3.19.4
python-version: 3.7
- name: Deploy to Beanstalk
run: ${{ inputs.ebcli-command }}

0 comments on commit 92232bd

Please sign in to comment.