Skip to content

Fix Windows pipeline and allow failure of the Windows CI run

What does the merge request do?

Our Windows pipeline recently broke due to a change in Poetry (used for dependency management). See https://github.com/python-poetry/poetry/issues/6488

This MR does two things:

  • fix the poetry version
  • allow failure of the Windows pipeline so that stuff like this doesn't confuse new contributors.

Summary for release notes

Make the automated testing on Windows more robust.

Checklist

- [ ] Add unit tests (if applicable) - [ ] Changes to inkex/ are well documented

  • Clean merge request history
Edited by Jonathan Neuhauser

Merge request reports