We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4a2315 commit 05e496cCopy full SHA for 05e496c
1 file changed
.github/workflows/pr-ci.yml
@@ -6,16 +6,6 @@ name: CloudFormation Python Plugin CI
6
on: [push, pull_request]
7
8
jobs:
9
- build:
10
- runs-on: ubuntu-latest
11
- strategy:
12
- matrix:
13
- python: [ 3.6, 3.7, 3.8 ]
14
- steps:
15
- - name: Set up Python ${{ matrix.python }}
16
- uses: actions/setup-python@v4
17
- with:
18
- python-version: ${{ matrix.python }}
19
os_build:
20
env:
21
AWS_DEFAULT_REGION: us-east-1
0 commit comments