We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 095cd90 commit bc033a3Copy full SHA for bc033a3
.github/workflows/aws-oidc-deploy-test.yaml
@@ -24,7 +24,7 @@ jobs:
24
- name: Set up Python
25
uses: actions/setup-python@v5
26
with:
27
- python-version: '3.9'
+ python-version: '3.13'
28
29
- name: Install terraform cli
30
uses: hashicorp/setup-terraform@v3
.github/workflows/e2e-test.yaml
@@ -20,7 +20,7 @@ jobs:
20
21
22
23
- name: Install requests
run: pip install requests
.github/workflows/run_pytest.yaml
@@ -16,7 +16,7 @@ jobs:
16
17
18
19
- name: Install dependencies
run: |
0 commit comments