Skip to content

Commit c8f3e42

Browse files
committed
chore(ci): revert e2e py version matrix
1 parent b3b22cd commit c8f3e42

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@ jobs:
2020
contents: read
2121
strategy:
2222
matrix:
23-
# version: ["3.7", "3.8", "3.9"]
24-
version: ["3.7"]
23+
version: ["3.7", "3.8", "3.9"]
2524
steps:
2625
- name: "Checkout"
2726
uses: actions/checkout@v3

0 commit comments

Comments
 (0)