Skip to content

Commit 6a9ff0c

Browse files
committed
fix(ci): only run e2e tests on py 3.7
1 parent c31f513 commit 6a9ff0c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ jobs:
2828
strategy:
2929
matrix:
3030
# Maintenance: disabled until we discover concurrency lock issue with multiple versions and tmp
31-
version: ["3.7", "3.8", "3.9"]
32-
# version: ["3.7"]
31+
# version: ["3.7", "3.8", "3.9"]
32+
version: ["3.7"]
3333
steps:
3434
- name: "Checkout"
3535
uses: actions/checkout@v3

0 commit comments

Comments
 (0)