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

Github Actions CI Setup #2634

Closed
wants to merge 29 commits into from
Closed

Github Actions CI Setup #2634

wants to merge 29 commits into from

Commits on Jan 24, 2020

  1. DEV: Use a pip-compiled lockfile for install constraints

    Removed cyordereddict recipe that we no longer depend on
    
    Removed strict bounds rewriting in setup.py. Now setup.py
    reads from requirements.in, which is not strict in its bounds
    
    Need to update case for pip-compile's output
    
    Filter out comments from lockfile, now that we have "via"
    richafrank committed Jan 24, 2020
    Configuration menu
    Copy the full SHA
    7f8c468 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    314c39b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5d861cd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    85e9eac View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ab34b1a View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2020

  1. setup gh action for ci.

    Dani Sim committed Jan 27, 2020
    Configuration menu
    Copy the full SHA
    ebf8725 View commit details
    Browse the repository at this point in the history
  2. make workflow trigger on pr + push to master.

    Dani Sim committed Jan 27, 2020
    Configuration menu
    Copy the full SHA
    c19cad3 View commit details
    Browse the repository at this point in the history
  3. simplify.

    Dani Sim committed Jan 27, 2020
    Configuration menu
    Copy the full SHA
    ade2044 View commit details
    Browse the repository at this point in the history
  4. Remove macos, windows runner os for now.

    Dani Sim committed Jan 27, 2020
    Configuration menu
    Copy the full SHA
    43da348 View commit details
    Browse the repository at this point in the history
  5. reformat exclude.

    Dani Sim committed Jan 27, 2020
    Configuration menu
    Copy the full SHA
    033c338 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2020

  1. install packages in venv.

    Dani Sim committed Jan 28, 2020
    Configuration menu
    Copy the full SHA
    7f78585 View commit details
    Browse the repository at this point in the history
  2. fix build matrix.

    Dani Sim committed Jan 28, 2020
    Configuration menu
    Copy the full SHA
    815bb6f View commit details
    Browse the repository at this point in the history
  3. build matrix.

    Dani Sim committed Jan 28, 2020
    Configuration menu
    Copy the full SHA
    cf71c29 View commit details
    Browse the repository at this point in the history
  4. venv.

    Dani Sim committed Jan 28, 2020
    Configuration menu
    Copy the full SHA
    af148cf View commit details
    Browse the repository at this point in the history
  5. install python3-venv on ubuntu

    Dani Sim committed Jan 28, 2020
    Configuration menu
    Copy the full SHA
    b560891 View commit details
    Browse the repository at this point in the history
  6. test

    Dani Sim committed Jan 28, 2020
    Configuration menu
    Copy the full SHA
    3557018 View commit details
    Browse the repository at this point in the history
  7. wip

    Dani Sim committed Jan 28, 2020
    Configuration menu
    Copy the full SHA
    40e2670 View commit details
    Browse the repository at this point in the history
  8. attempt 3

    Dani Sim committed Jan 28, 2020
    Configuration menu
    Copy the full SHA
    0a6805f View commit details
    Browse the repository at this point in the history
  9. try just dev-install script.

    Dani Sim committed Jan 28, 2020
    Configuration menu
    Copy the full SHA
    812d050 View commit details
    Browse the repository at this point in the history
  10. installs before dev-install

    Dani Sim committed Jan 28, 2020
    Configuration menu
    Copy the full SHA
    b69de25 View commit details
    Browse the repository at this point in the history
  11. wip

    Dani Sim committed Jan 28, 2020
    Configuration menu
    Copy the full SHA
    efdc816 View commit details
    Browse the repository at this point in the history
  12. install.

    Dani Sim committed Jan 28, 2020
    Configuration menu
    Copy the full SHA
    aa01b3e View commit details
    Browse the repository at this point in the history
  13. just dev-install.

    Dani Sim committed Jan 28, 2020
    Configuration menu
    Copy the full SHA
    5434b94 View commit details
    Browse the repository at this point in the history
  14. fix overwrite_requirements.txt

    Dani Sim committed Jan 28, 2020
    Configuration menu
    Copy the full SHA
    cb47efd View commit details
    Browse the repository at this point in the history
  15. create venv.

    Dani Sim committed Jan 28, 2020
    Configuration menu
    Copy the full SHA
    8dd09da View commit details
    Browse the repository at this point in the history
  16. create venv.

    Dani Sim committed Jan 28, 2020
    Configuration menu
    Copy the full SHA
    23b0b3a View commit details
    Browse the repository at this point in the history
  17. installs wip

    Dani Sim committed Jan 28, 2020
    Configuration menu
    Copy the full SHA
    67bb392 View commit details
    Browse the repository at this point in the history
  18. use setup-python

    Dani Sim committed Jan 28, 2020
    Configuration menu
    Copy the full SHA
    cdbe399 View commit details
    Browse the repository at this point in the history
  19. add cython to one of the pre-installs

    Dani Sim committed Jan 28, 2020
    Configuration menu
    Copy the full SHA
    049ff30 View commit details
    Browse the repository at this point in the history