Skip to content

Commit

Permalink
revert /pull/953
Browse files Browse the repository at this point in the history
* installing Python dependencies on runner breaks other dependencies (e.g. AWS-CLI)
* run steps on Linux/amd64 until actions/setup-python#705 is resolved

change-type: patch
  • Loading branch information
ab77 committed Mar 25, 2024
1 parent 031390a commit b10aa69
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/flowzone.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion flowzone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3184,7 +3184,8 @@ jobs:

cloudformation_test:
name: Test CloudFormation
runs-on: ${{ fromJSON(inputs.cloudformation_runs_on || inputs.runs_on) }}
# FIXME: https://github.com/actions/setup-python/issues/705
runs-on: ["Linux", "X64"] #${{ fromJSON(inputs.cloudformation_runs_on || inputs.runs_on) }}
strategy:
fail-fast: true
matrix:
Expand Down

0 comments on commit b10aa69

Please sign in to comment.