Skip to content

Commit

Permalink
run steps on X64 only
Browse files Browse the repository at this point in the history
  • Loading branch information
ab77 committed Mar 25, 2024
1 parent e72cdcd commit f9aef1a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 15 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/flowzone.yml

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

8 changes: 1 addition & 7 deletions flowzone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3216,11 +3216,6 @@ jobs:
- *getAWSCallerIdentity
- *convenienceFunctions

- <<: *setupPython
with:
cache: 'pip' # caching pip dependencies
python-version: 3.11

- name: Create templates bucket
id: make_bucket
run: |
Expand Down Expand Up @@ -3291,8 +3286,7 @@ jobs:
- name: Install cfn-lint
run: |
python -m pip install --upgrade pip
python -m pip install cfn-lint==0.83.7
python3 -m pip install cfn-lint==0.83.7
- name: Lint template
run: |
Expand Down

0 comments on commit f9aef1a

Please sign in to comment.