From 9dba8cd49430537ce44ecb255e3d618db7b14bfd Mon Sep 17 00:00:00 2001 From: Khaleel Al-Adhami Date: Thu, 23 Jan 2025 06:29:31 -0800 Subject: [PATCH] use older version of python for windows simple benchmarks (#4680) --- .github/workflows/benchmarks.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/benchmarks.yml b/.github/workflows/benchmarks.yml index ec8c1409f..6da40ef6f 100644 --- a/.github/workflows/benchmarks.yml +++ b/.github/workflows/benchmarks.yml @@ -85,6 +85,8 @@ jobs: exclude: - os: windows-latest python-version: "3.10.16" + - os: windows-latest + python-version: "3.11.11" # keep only one python version for MacOS - os: macos-latest python-version: "3.10.16" @@ -93,6 +95,8 @@ jobs: include: - os: windows-latest python-version: "3.10.11" + - os: windows-latest + python-version: "3.11.9" runs-on: ${{ matrix.os }} steps: