Skip to content
Snippets Groups Projects

Added basic pip install jobs to CI

Merged Duncan Macleod requested to merge duncanmmacleod/bilby:ci-basic-setup into master

This merge adds some more CI testing jobs that run

    - python -m pip install .
    - python -c "import bilby"
    - python -c "import bilby.core"
    - python -c "import bilby.gw"
    - python -c "import bilby.hyper"
    - python -c "import cli_bilby"

to test that the basic package configuration is ok (mainly that dependencies are well defined).

This exposes an issue introduced with 0.3.6 that astropy is explicitly required.

Merge request reports

Pipeline #48061 failed

Pipeline failed for 1f537f76 on duncanmmacleod:ci-basic-setup

Approved by

Merged by Gregory AshtonGregory Ashton 6 years ago (Feb 12, 2019 1:22am UTC)

Merge details

  • Changes merged into master with 52d56233.
  • Did not delete the source branch.

Pipeline #48222 passed

Pipeline passed for 52d56233 on master

Test coverage 74.00% from 0 jobs

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply
Loading