Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Apply workaround to install Pyyaml #83

Merged
merged 7 commits into from
Jul 18, 2023
Prev Previous commit
remove test running latest version of the action
  • Loading branch information
hawflau committed Jul 18, 2023
commit aff0dbcc0dcedb8ce6a7380346664ffcb53865b0
6 changes: 0 additions & 6 deletions .github/workflows/test.yml
hoffa marked this conversation as resolved.
Show resolved Hide resolved
Original file line number Diff line number Diff line change
Expand Up @@ -90,12 +90,6 @@ jobs:
sam --version | grep -F "$version"
shell: bash

# Test latest published version
- uses: aws-actions/setup-sam@v2
with:
version: "1.46.0"
- run: sam --version | grep -F 1.46.0

# Test setup specific version
- uses: ./
with:
Expand Down