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:
40
40
# Loosely based on scikit-learn's config:
41
41
# https://github.com/scikit-learn/scikit-learn/blob/main/.github/workflows/wheels.yml
42
42
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
46
46
47
47
# 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
52
52
53
53
# Use x86 macOS runner to build both x86 and ARM. GitHub does not offer M1/M2 yet (only self-hosted).
54
54
- os : macos-latest
You can’t perform that action at this time.
0 commit comments