File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -40,15 +40,15 @@ jobs:
4040 # Loosely based on scikit-learn's config:
4141 # https://github.com/scikit-learn/scikit-learn/blob/main/.github/workflows/wheels.yml
4242 include :
43- # - os: windows-latest
44- # python-version: "3.8"
45- # platform_id: win_amd64
43+ - os : windows-latest
44+ python-version : " 3.8"
45+ platform_id : win_amd64
4646
4747 # Linux 64 bit manylinux2014
48- # - os: ubuntu-latest
49- # python-version: "3.8"
50- # platform_id: manylinux_x86_64
51- # manylinux_image: manylinux2014
48+ - os : ubuntu-latest
49+ python-version : " 3.8"
50+ platform_id : manylinux_x86_64
51+ manylinux_image : manylinux2014
5252
5353 # Use x86 macOS runner to build both x86 and ARM. GitHub does not offer M1/M2 yet (only self-hosted).
5454 - os : macos-latest
You can’t perform that action at this time.
0 commit comments