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

Fix the CI tests #625

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Fix the CI tests #625

wants to merge 4 commits into from

Commits on May 15, 2024

  1. Update the version of ut in the install test

    The CI failed because it could not find ut version 1.1.
    gaalexandre committed May 15, 2024
    Configuration menu
    Copy the full SHA
    2d96183 View commit details
    Browse the repository at this point in the history
  2. Fix the tests for the Emscripten build

    Emscripten cannot compile the parameterized test because it does not
    recognise std::views::iota.
    gaalexandre committed May 15, 2024
    Configuration menu
    Copy the full SHA
    aa658cf View commit details
    Browse the repository at this point in the history
  3. Add the --break-system-packages argument to pip in macOS CI script

    Pip do not want to install packages without it.
    gaalexandre committed May 15, 2024
    Configuration menu
    Copy the full SHA
    938d33c View commit details
    Browse the repository at this point in the history
  4. Prevent Apple Clang from using std::source_location

    It is probably a bug in Apple Clang, the program crash when
    std::source_location is used in the tests.
    gaalexandre committed May 15, 2024
    Configuration menu
    Copy the full SHA
    0e64c2f View commit details
    Browse the repository at this point in the history