Skip to content

feat: allow optionally installing dependencies via pip (like gooey) in test-on-pr.yml #164

@bobleesj

Description

@bobleesj

Problem

Atm, our CI must install everything from conda.txt. But in the case of regolith, it is required to install gooey via pip.

Hence, regolith atm can't use our beautiful reusable script.

Ref: regro/regolith#1258

Proposed solution

Allow optional pip_install section? Please see an example below:

jobs:
  tests-on-pr:
    uses: scikit-package/release-scripts/.github/workflows/_tests-on-pr.yml@v0
    with:
      project: regolith
      c_extension: false
      headless: false
      pip_install: gooey
    secrets:
      CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions