We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c31f513 commit 6a9ff0cCopy full SHA for 6a9ff0c
.github/workflows/run-e2e-tests.yml
@@ -28,8 +28,8 @@ jobs:
28
strategy:
29
matrix:
30
# 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"]
+ # version: ["3.7", "3.8", "3.9"]
+ version: ["3.7"]
33
steps:
34
- name: "Checkout"
35
uses: actions/checkout@v3
0 commit comments