Skip to content

Add CI tools to ETS#32

Draft
corranwebster wants to merge 1 commit intomasterfrom
feat/ets-ci
Draft

Add CI tools to ETS#32
corranwebster wants to merge 1 commit intomasterfrom
feat/ets-ci

Conversation

@corranwebster
Copy link
Contributor

This is a proposal to add common CI infrastructure as part of the ets project. The intent is that these would be used by ets projects CI infrastructure.

The basics are working, but tests are needed, plus agreement that this is useful.

@corranwebster corranwebster changed the title [WIP] Add CI tools to ETS Add CI tools to ETS Apr 28, 2020
ets_repo_path = Path(__file__).parent

dependencies = [
{
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is there a specific reason why you chose this format of lists of dicts? I was wondering why not a dict of lists e.g.

{
   'edm': ['', '', ''],
   'pip': ['', '', ''],
}

In the current implementation, the dev/user doesn't get an overview of all dependencies in one glance.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants