File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -78,14 +78,16 @@ jobs:
7878 matrix :
7979 os :
8080 - ubuntu-latest
81+ - macos-latest
82+ - windows-latest
8183
8284 steps :
8385 - uses : actions/checkout@v4
8486
8587 - name : Build Wheels
8688 run : |
8789 python -m pip install --upgrade pip
88- pip install netCDF4>=1.5.4 --only-binary :all:
90+ pip install netCDF4>=1.5.4
8991 pip install build numpy pandas pytest
9092 python -m build --wheel
9193
@@ -104,10 +106,17 @@ jobs:
104106 matrix :
105107 os :
106108 - ubuntu-latest
109+ - macos-latest
110+ - windows-latest
107111 python-version : ["3.9", "3.10", "3.11", "3.12"]
108112 include :
109113 - os : " ubuntu-latest"
110114 artifact : loopprojectfile-wheels-ubuntu-latest
115+ - os : " macos-latest"
116+ artifact : loopprojectfile-wheels-macos-latest
117+ - os : " windows-latest"
118+ artifact : loopprojectfile-wheels-windows-latest
119+
111120 steps :
112121 - name : Checkout
113122 uses : actions/checkout@v4
@@ -132,7 +141,7 @@ jobs:
132141 shell : bash
133142 run : |
134143 pip install --upgrade pip
135- pip install netCDF4>=1.5.4 --only-binary :all:
144+ pip install netCDF4>=1.5.4
136145 pip install numpy pandas pytest
137146 pip install --no-cache --pre --no-index --find-links dist loopprojectfile
138147 pip list
You can’t perform that action at this time.
0 commit comments