Update CI pipeline (#271)

* Trigger on pull request
* run on ubuntu-latest
* run on 3.11 + 3.12 also
* upgrade actions
* upgrade libmpv
* use libmpv-v3 on Windows
* disable fail-fast behavior
* replace pytest with unittest
  Using pytest, we run into access violation errors on Windows.
  They disappear when we use the unittest module.
This commit is contained in:
Elias Müller 2024-01-29 16:52:42 +01:00 committed by GitHub
parent b6ab5a4ab0
commit d26f801cec
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 19 additions and 12 deletions

View file

@ -1,2 +1 @@
PyVirtualDisplay>=3.0
pytest>=7.1.2