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

Introduce github action for CI #572

Merged
merged 3 commits into from
Dec 8, 2020
Merged

Introduce github action for CI #572

merged 3 commits into from
Dec 8, 2020

Commits on Dec 7, 2020

  1. specify build dependencies

    Reading setup.py will import numpy already,
    hence pip has no way to figure out what dependencies are needed.
    Mic92 authored and mweinelt committed Dec 7, 2020
    Configuration menu
    Copy the full SHA
    c57fd73 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    857172b View commit details
    Browse the repository at this point in the history
  3. Pin numpy<1.20 for continued python3.6 support

    Numpy starting with 1.20 has dropped support for Python 3.6.
    mweinelt committed Dec 7, 2020
    Configuration menu
    Copy the full SHA
    128fd94 View commit details
    Browse the repository at this point in the history