chevah / pythia

Chevah's Python 3 distribution
MIT License
4 stars 2 forks source link

Test the Pythia packages on more platforms #68

Open dumol opened 2 days ago

dumol commented 2 days ago

I'm bothered that it wasn't caught by the tests in the compat repo at https://github.com/chevah/compat/pull/700. What shall we do about it?

Maybe Oracle Linux 8 has that library ... I think that we are ok.


These are not actually "tests", but rather builds.

True. Makes sense.

well... what we can do is create separate docker test runs as part of GitHub actions. It will work something like this

That's all

With GitHub Action Artifacts we can "publish" the pythia .tar.gz files in kind of a temporary location

More info about GitHub Artifacts here https://github.com/actions/upload-artifact

Originally posted by @adiroiban in https://github.com/chevah/pythia/issues/58#issuecomment-2399885044

dumol commented 2 days ago

Don't think we have to deal with GitHub artefacts, as we already upload a testing package to our "bin" server after a successful build.

However, what would help immensely would be https://github.com/chevah/pythia/issues/47.