coriolis icon indicating copy to clipboard operation
coriolis copied to clipboard

Regression suite should use the python wheel

Open robtaylor opened this issue 2 years ago • 1 comments

Rather than building coriolis afresh, the regression suite should use the CI generated python wheel.

robtaylor avatar Sep 02 '23 10:09 robtaylor

@jpc-lip6 the CI should use the wheel artefact generated in the wheel pipeline: https://docs.github.com/en/actions/using-workflows/storing-workflow-data-as-artifacts then just pip install the .whl from that.

robtaylor avatar Oct 14 '23 14:10 robtaylor