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

Merge request to gh-ci-changes-1 branch: Change continuous integration to make a lasio wheel #400

Merged
merged 2 commits into from
Sep 14, 2020

Commits on Sep 14, 2020

  1. Update github ci pip commands

    - Add setuptools and wheel to `pip install --update`
    - Remove '--editable' from github ci pip install cmd
    dcslagel committed Sep 14, 2020
    Configuration menu
    Copy the full SHA
    cb1470c View commit details
    Browse the repository at this point in the history
  2. Update github ci pip commands to use wheel

    - Add setuptools and wheel to `pip install --update`
    - Remove '--editable' from github ci pip install cmd
    
    This causes lasio to be packaged as a wheel package.  Then the wheel
    file is installed and tested.  Before we were running the tests on the
    editable clone of the lasio repo.
    dcslagel committed Sep 14, 2020
    Configuration menu
    Copy the full SHA
    4494276 View commit details
    Browse the repository at this point in the history