Fix test_regressions
tests failing in GitHub Actions
#159
Labels
Milestone
test_regressions
tests failing in GitHub Actions
#159
I had to mark the
test_regressions
tests with XFAIL when running the checks in CI because they are currently failing when being run in GitHub Actions. See here and here.This is probably due to small differences in output between environments (local vs. remote macOS, Windows, and Linux).
The test, for reference:
ridgeplot/tests/e2e/test_examples.py
Lines 30 to 37 in 34498e5
Regardless of the solution, one nice feature to implement here is the ability to upload the plot artefacts that resulted in the failed tests and expose these artefacts to the relevant PR. This discussion might be useful for this:
other references on this topic:
The text was updated successfully, but these errors were encountered: