@@ -24,84 +24,84 @@ jobs:
24
24
matrix :
25
25
include :
26
26
# Window 64 bit
27
- # - os: windows-2019
28
- # python: 38
29
- # bitness: 64
30
- # platform_id: win_amd64
31
- # - os: windows-latest
32
- # python: 39
33
- # bitness: 64
34
- # platform_id: win_amd64
35
- # - os: windows-latest
36
- # python: 310
37
- # bitness: 64
38
- # platform_id: win_amd64
39
- #
40
- # # Window 32 bit
41
- # - os: windows-latest
42
- # python: 38
43
- # bitness: 32
44
- # platform_id: win32
45
- # - os: windows-latest
46
- # python: 39
47
- # bitness: 32
48
- # platform_id: win32
27
+ - os : windows-2019
28
+ python : 38
29
+ bitness : 64
30
+ platform_id : win_amd64
31
+ - os : windows-latest
32
+ python : 39
33
+ bitness : 64
34
+ platform_id : win_amd64
35
+ - os : windows-latest
36
+ python : 310
37
+ bitness : 64
38
+ platform_id : win_amd64
39
+
40
+ # Window 32 bit
41
+ - os : windows-latest
42
+ python : 38
43
+ bitness : 32
44
+ platform_id : win32
45
+ - os : windows-latest
46
+ python : 39
47
+ bitness : 32
48
+ platform_id : win32
49
49
50
50
# Linux 64 bit manylinux2014
51
51
- os : ubuntu-latest
52
52
python : 38
53
53
bitness : 64
54
54
platform_id : manylinux_x86_64
55
55
manylinux_image : manylinux2014
56
- # - os: ubuntu-latest
57
- # python: 39
58
- # bitness: 64
59
- # platform_id: manylinux_x86_64
60
- # manylinux_image: manylinux2014
61
- #
62
- # # NumPy on Python 3.10 only supports 64bit and is only available with manylinux2014
63
- # - os: ubuntu-latest
64
- # python: 310
65
- # bitness: 64
66
- # platform_id: manylinux_x86_64
67
- # manylinux_image: manylinux2014
56
+ - os : ubuntu-latest
57
+ python : 39
58
+ bitness : 64
59
+ platform_id : manylinux_x86_64
60
+ manylinux_image : manylinux2014
61
+
62
+ # NumPy on Python 3.10 only supports 64bit and is only available with manylinux2014
63
+ - os : ubuntu-latest
64
+ python : 310
65
+ bitness : 64
66
+ platform_id : manylinux_x86_64
67
+ manylinux_image : manylinux2014
68
68
69
69
# MacOS x86_64
70
- # - os: macos-latest
71
- # bitness: 64
72
- # python: 38
73
- # platform_id: macosx_x86_64
74
- # - os: macos-latest
75
- # bitness: 64
76
- # python: 39
77
- # platform_id: macosx_x86_64
78
- # - os: macos-latest
79
- # bitness: 64
80
- # python: 310
81
- # platform_id: macosx_x86_64
82
- #
83
- # # MacOS arm64
84
- # - os: macos-latest
85
- # bitness: 64
86
- # python: 38
87
- # platform_id: macosx_arm64
88
- # - os: macos-latest
89
- # bitness: 64
90
- # python: 39
91
- # platform_id: macosx_arm64
92
- # - os: macos-latest
93
- # bitness: 64
94
- # python: 310
95
- # platform_id: macosx_arm64
70
+ - os : macos-latest
71
+ bitness : 64
72
+ python : 38
73
+ platform_id : macosx_x86_64
74
+ - os : macos-latest
75
+ bitness : 64
76
+ python : 39
77
+ platform_id : macosx_x86_64
78
+ - os : macos-latest
79
+ bitness : 64
80
+ python : 310
81
+ platform_id : macosx_x86_64
82
+
83
+ # MacOS arm64
84
+ - os : macos-latest
85
+ bitness : 64
86
+ python : 38
87
+ platform_id : macosx_arm64
88
+ - os : macos-latest
89
+ bitness : 64
90
+ python : 39
91
+ platform_id : macosx_arm64
92
+ - os : macos-latest
93
+ bitness : 64
94
+ python : 310
95
+ platform_id : macosx_arm64
96
96
97
97
steps :
98
98
- name : Checkout fedml
99
99
uses : actions/checkout@v3
100
100
101
101
- name : Setup Python
102
102
uses : actions/setup-python@v4
103
- with :
104
- python-version : ' 3.9'
103
+ # with:
104
+ # python-version: '3.9'
105
105
106
106
- name : Build and test wheels
107
107
env :
0 commit comments