MDAnalysis / pmda

Parallel algorithms for MDAnalysis
https://www.mdanalysis.org/pmda/
Other
31 stars 22 forks source link

test if PMDA runs on Windows #153

Open orbeckst opened 2 years ago

orbeckst commented 2 years ago

Expected behaviour

PMDA runs on all platforms that support MDAnalysis

Actual behaviour

Not sure if it runs on Windows...

Currently version of MDAnalysis:

(run python -c "import MDAnalysis as mda; print(mda.__version__)") 1.1.1 (run python -c "import pmda; print(pmda.__version__)") 0.4-dev (run python -c "import dask; print(dask.__version__)") ?

orbeckst commented 2 years ago

Once the move to GH actions #151 is complete, we can simply enable windows-latest and see if it works.