computationalmodelling / fidimag

Finite DIfference microMAGnetic code, based on Python, Cython and C
http://computationalmodelling.github.io/fidimag/
Other
60 stars 24 forks source link

Switch to GitHub actions #149

Closed rpep closed 2 years ago

rpep commented 4 years ago

Just testing this out, but it's got a big advantage in that the notebook and unit tests can run in parallel!

davidcortesortuno commented 4 years ago

The main problem is that Github Actions does not find the Docker container, so I think the best way is: Build Docker Container -> Push Container to Github Actions -> Run the tests using the built image