pipdeptree
pipdeptree copied to clipboard
Add test support for linux aarch64
Added test support for linux aarch64.in check.yml. @naiquevin Could you please review this PR?
Hi @odidev, looks like you are running tests only against python 3.8 inside a docker container which is fine, but I think it's be preferable if we could use the matrix strategy similar to the existing check. I am not much familiar with github actions as well as ARM arch in general. So not sure if it's possible. Did you consider it?
Just found this, but not sure if it'd be useful - https://github.com/uraimo/run-on-arch-action
We don't plan to add a aarch64 run to CI, but if you find bugs on that platform we're happy to accept new PRS.