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

feat: Use pip-tools lock files for build environment #40

Merged
merged 5 commits into from
Mar 6, 2023

Conversation

matthewfeickert
Copy link
Member

Resolves #38

* Add noxfile with lock default session.
* Add pip-tools lock file to define the project environment.
* Update README to indicate use of the lock file.
* Use pip secure mode to install the lock file in CI.

This will guard the project from getting broken by updates in jupyter-book.

@matthewfeickert matthewfeickert added the enhancement New feature or request label Mar 6, 2023
@matthewfeickert matthewfeickert self-assigned this Mar 6, 2023
@matthewfeickert matthewfeickert merged commit 64015b4 into main Mar 6, 2023
@matthewfeickert matthewfeickert deleted the feat/add-pip-tools-lock-file branch March 6, 2023 22:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Use pip-tools lock files to create consistent install environments
1 participant