use older version of python for windows simple benchmarks (#4680)
This commit is contained in:
parent
7f1aee6dc8
commit
9dba8cd494
4
.github/workflows/benchmarks.yml
vendored
4
.github/workflows/benchmarks.yml
vendored
@ -85,6 +85,8 @@ jobs:
|
|||||||
exclude:
|
exclude:
|
||||||
- os: windows-latest
|
- os: windows-latest
|
||||||
python-version: "3.10.16"
|
python-version: "3.10.16"
|
||||||
|
- os: windows-latest
|
||||||
|
python-version: "3.11.11"
|
||||||
# keep only one python version for MacOS
|
# keep only one python version for MacOS
|
||||||
- os: macos-latest
|
- os: macos-latest
|
||||||
python-version: "3.10.16"
|
python-version: "3.10.16"
|
||||||
@ -93,6 +95,8 @@ jobs:
|
|||||||
include:
|
include:
|
||||||
- os: windows-latest
|
- os: windows-latest
|
||||||
python-version: "3.10.11"
|
python-version: "3.10.11"
|
||||||
|
- os: windows-latest
|
||||||
|
python-version: "3.11.9"
|
||||||
|
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
steps:
|
steps:
|
||||||
|
Loading…
Reference in New Issue
Block a user