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 mac tests with conda #4946

Merged
merged 6 commits into from
Nov 22, 2024
Merged

Commits on Nov 20, 2024

  1. tox: fix tox integration with conda

    use setup-miniconda github action and specify more packages in conda_deps for each testenv
    duncanmmacleod committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    d137d27 View commit details
    Browse the repository at this point in the history
  2. tox: install ligo-segments and python-ligo-lw with conda

    these packages don't install cleanly with pypi, but the conda packages have patches
    duncanmmacleod committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    6b656e0 View commit details
    Browse the repository at this point in the history
  3. test: use numpy.longdouble instead of float128

    float128 isn't available on macOS ARM64
    duncanmmacleod committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    0d1c9bc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b341640 View commit details
    Browse the repository at this point in the history
  5. ci: unpin tox

    duncanmmacleod committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    3f41ac1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6885854 View commit details
    Browse the repository at this point in the history