Skip to content

python: test generated wheels in different environments #790

Closed
@reyammer

Description

@reyammer

python wheels are generated in https://github.com/google/magika/blob/main/.github/workflows/maturin.yml for the three OSes (linux, mac, windows) and we do run some tests there. However, there are currently no tests of these wheels in different settings, such as different versions of python and different versions of these operating systems (e.g., ubuntu 20.04).

The challenge is that we would need to find a way to pick up the artifacts built in the maturin workflow and then use them in different gh runners with different OSes and python versions.

It seems it would be possible to download an artifact that has been generated in another gh action (see https://github.com/actions/download-artifact), but this requires some non-trivial work.

Metadata

Metadata

Assignees

No one assigned

    Labels

    pythonPull requests that update Python packagetestingThis issue is about improving testing

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions