Skip to content

Commit 37c0abe

Browse files
authored
Run PR integration tests only on python 3.7 (#2137)
Signed-off-by: Achal Shah <achals@gmail.com>
1 parent 192d3ad commit 37c0abe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pr_integration_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
strategy:
8080
fail-fast: false
8181
matrix:
82-
python-version: [ 3.7, 3.8, 3.9 ]
82+
python-version: [ 3.7 ]
8383
os: [ ubuntu-latest ]
8484
env:
8585
OS: ${{ matrix.os }}

0 commit comments

Comments
 (0)