Browse Source

use older version of python for windows simple benchmarks (#4680)

Khaleel Al-Adhami 3 tháng trước cách đây
mục cha
commit
9dba8cd494
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  1. 4 0
      .github/workflows/benchmarks.yml

+ 4 - 0
.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: