sunpy / package-template

A cookiecutter template for packages that want to have a similar setup to sunpy
2 stars 4 forks source link

Indentation in the CI yaml is wrong #56

Closed Cadair closed 3 months ago

Cadair commented 4 months ago

Describe the bug

I fixed it here: https://github.com/sunpy/sunkit-magex/commit/3afdf3b06b83b597faa635e36d0570d4768e2d6e

To Reproduce

import sunpy

sunpy.map.Map(...) etc

Screenshots

No response

System Details

No response

Installation method

No response

samaloney commented 3 months ago

I don't think pytest-xdist or what ever that package is installed by default either so the posargs with -n auto will cause the tests to fail on the CI. Not sure if you want to add the required dep the tests section of remove the posargs from the actions yaml?