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

chore: update make target to handle installation #111

Merged
merged 1 commit into from Jan 23, 2022
Merged

chore: update make target to handle installation #111

merged 1 commit into from Jan 23, 2022

Conversation

miketheman
Copy link
Owner

The make install target has evolved a bit, and now if a new project
checks out the code and runs make, we should expect that the
dependencies get installed and the tests run.

Of course, this is predicated on the existence of poetry, which is
already handled.

Fixes #60

Signed-off-by: Mike Fiedler miketheman@gmail.com

The `make install` target has evolved a bit, and now if a new project
checks out the code and runs `make`, we should expect that the
dependencies get installed and the tests run.

Of course, this is predicated on the existence of `poetry`, which is
already handled.

Fixes #60

Signed-off-by: Mike Fiedler <miketheman@gmail.com>
@miketheman miketheman added the chore General maintenance items label Jan 23, 2022
@miketheman miketheman self-assigned this Jan 23, 2022
@codeclimate
Copy link

codeclimate bot commented Jan 23, 2022

Code Climate has analyzed commit 1fb6a26 and detected 0 issues on this pull request.

View more on Code Climate.

@miketheman miketheman merged commit 0b75b75 into main Jan 23, 2022
@miketheman miketheman deleted the fix-60 branch January 23, 2022 19:41
@miketheman miketheman added this to the 0.5.1 milestone Jan 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore General maintenance items
Projects
None yet
Development

Successfully merging this pull request may close these issues.

poetry no longer creates "editable" metadata file, adds work during tests
1 participant