pmda icon indicating copy to clipboard operation
pmda copied to clipboard

test if PMDA runs on Windows

Open orbeckst opened this issue 3 years ago • 1 comments

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 avatar Oct 29 '21 00:10 orbeckst

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

orbeckst avatar Oct 29 '21 00:10 orbeckst