scipp / copier_template

Copier template for Scipp projects
BSD 3-Clause "New" or "Revised" License
1 stars 1 forks source link

MAINT: run ci builds on windows and macos #166

Open MridulS opened 2 months ago

MridulS commented 2 months ago

We shouldn't be skipping windows runs on CI.

jl-wynen commented 2 months ago

At least some errors found in https://github.com/scipp/scippnexus/pull/209 (workflow https://github.com/scipp/scippnexus/actions/runs/8831464559/job/24246765597) relate to the known int32 / int64 discrepancy between Unix and Windows. Those mostly show up because of how test data is defined. But we should make sure it is not caused by any library code.

MridulS commented 2 months ago

But we should make sure it is not caused by any library code.

Yeah I guess the only to find it out is to start running CI on windows.

MridulS commented 1 month ago

Should I just make this a weekly cron job?

nvaytet commented 2 weeks ago

Putting this on the board so we don't forget about it.

MridulS commented 1 week ago

Now that this is weekly cron job I have added a windows and a macos test run.

nvaytet commented 1 week ago

Is it possible to try and run this manually from the branch, just to check that it actually runs?

YooSunYoung commented 22 hours ago

Is it possible to try and run this manually from the branch, just to check that it actually runs?

Yes it has workflow_dispatch: