From b60f402614d69867a981d5084e0b2da55c0d4846 Mon Sep 17 00:00:00 2001 From: Sergii Dymchenko Date: Fri, 13 Dec 2024 16:27:26 -0800 Subject: [PATCH] Update integration-test.yml to Python 3.9 (#3862) 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