From 4ea71b29d1a943b0326a93f8c382293c3d65cd96 Mon Sep 17 00:00:00 2001 From: Sergii Dymchenko Date: Fri, 13 Dec 2024 13:53:05 -0800 Subject: [PATCH] Update integration-test.yml to Python 3.9 As we no longer build PyTorch for 3.8 --- .github/workflows/integration-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration-test.yml b/.github/workflows/integration-test.yml index 0f0ccc6d68..ee2754319b 100644 --- a/.github/workflows/integration-test.yml +++ b/.github/workflows/integration-test.yml @@ -13,7 +13,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: [ 3.8 ] + python-version: [ 3.9 ] steps: - uses: actions/checkout@v2