Skip to content

Commit 2ade49a

Browse files
committed
chore(ci): disable e2e py version matrix due to concurrent locking
1 parent c8f3e42 commit 2ade49a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/run-e2e-tests.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@ jobs:
2020
contents: read
2121
strategy:
2222
matrix:
23-
version: ["3.7", "3.8", "3.9"]
23+
# Maintenance: disabled until we discover concurrency lock issue with multiple versions and tmp
24+
# version: ["3.7", "3.8", "3.9"]
25+
version: ["3.7"]
2426
steps:
2527
- name: "Checkout"
2628
uses: actions/checkout@v3

0 commit comments

Comments
 (0)