Skip to content

Commit

Permalink
fix(ci): only run e2e tests on py 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenfonseca committed Sep 13, 2022
1 parent c31f513 commit 6a9ff0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ jobs:
strategy:
matrix:
# Maintenance: disabled until we discover concurrency lock issue with multiple versions and tmp
version: ["3.7", "3.8", "3.9"]
# version: ["3.7"]
# version: ["3.7", "3.8", "3.9"]
version: ["3.7"]
steps:
- name: "Checkout"
uses: actions/checkout@v3
Expand Down

0 comments on commit 6a9ff0c

Please sign in to comment.