Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update CI pipeline #271

Merged
merged 10 commits into from
Jan 29, 2024
Merged

Update CI pipeline #271

merged 10 commits into from
Jan 29, 2024

Commits on Jan 26, 2024

  1. ci: Trigger on pull request

    trin94 committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    53be200 View commit details
    Browse the repository at this point in the history
  2. ci: run on ubuntu-latest

    trin94 committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    d98da9b View commit details
    Browse the repository at this point in the history
  3. ci: run on 3.11 + 3.12 also

    trin94 committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    4ff35c0 View commit details
    Browse the repository at this point in the history
  4. ci: upgrade actions

    trin94 committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    faa5f2f View commit details
    Browse the repository at this point in the history
  5. ci: upgrade libmpv

    trin94 committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    f1beef7 View commit details
    Browse the repository at this point in the history
  6. ci: upgrade pytest

    trin94 committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    bcc0c22 View commit details
    Browse the repository at this point in the history
  7. ci: disable fail-fast behavior

    trin94 committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    b14dabc View commit details
    Browse the repository at this point in the history
  8. ci: replace pytest with unittest

    Using pytest, we run into access violation errors on Windows.
    They disappear when we use the unittest module.
    trin94 committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    310a3aa View commit details
    Browse the repository at this point in the history
  9. ci: use libmpv-v3 on Windows

    trin94 committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    f00031c View commit details
    Browse the repository at this point in the history
  10. ci: replace pytest with unittest

    Using pytest, we run into access violation errors on Windows.
    They disappear when we use the unittest module.
    trin94 committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    8bff302 View commit details
    Browse the repository at this point in the history