Skip to content

Commit 712f338

Browse files
authored
Remove 3.9 Test Run Dependency on 3.8 Test (#383)
## What does this pull request do? Since we have [dropped Python 3.8 support and removed the associated tests](#381), we also need to remove the Python 3.9 test run's dependency on these 3.8 tests. By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
1 parent 9dadbb9 commit 712f338

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/application-signals-e2e-test.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,6 @@ jobs:
9797

9898
eks-py39-amd64:
9999
if: ${{ always() }}
100-
needs: eks-py38-amd64
101100
uses: aws-observability/aws-application-signals-test-framework/.github/workflows/python-eks-test.yml@main
102101
secrets: inherit
103102
with:

0 commit comments

Comments
 (0)