Skip to content

Commit

Permalink
Run PR integration tests only on python 3.7 (#2137)
Browse files Browse the repository at this point in the history
Signed-off-by: Achal Shah <achals@gmail.com>
  • Loading branch information
achals authored Dec 13, 2021
1 parent 192d3ad commit 37c0abe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr_integration_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [ 3.7, 3.8, 3.9 ]
python-version: [ 3.7 ]
os: [ ubuntu-latest ]
env:
OS: ${{ matrix.os }}
Expand Down

0 comments on commit 37c0abe

Please sign in to comment.