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: Add '--no-update' option #27

Merged
merged 2 commits into from
Mar 20, 2023
Merged

Conversation

matthewfeickert
Copy link
Owner

@matthewfeickert matthewfeickert commented Mar 20, 2023

Use of '--no-update' skips updating pip, setuptools, and wheel after the creation of the virtual environment. This isn't a great idea in general, but it does make environment creation faster.

* Use of '--no-update' skips updating pip, setuptools, and wheel after
  the creation of the virtual environment. This isn't a great idea in
  general, but it does make environment creation faster.
* Update README to note new option.
* Add check of '--no-update' to CI.

* Use of '--no-update' skips updating pip, setuptools, and wheel after
  the creation of the virtual environment. This isn't a great idea in
  general, but it does make environment creation faster.
@matthewfeickert matthewfeickert added the enhancement New feature or request label Mar 20, 2023
@matthewfeickert matthewfeickert self-assigned this Mar 20, 2023
@matthewfeickert matthewfeickert merged commit ffc4977 into main Mar 20, 2023
@matthewfeickert matthewfeickert deleted the feat/add-no-update-feature branch March 20, 2023 07:09
matthewfeickert added a commit that referenced this pull request Mar 20, 2023
* Note '--no-update' option in '--help' output in README.
* Amends PR #27.
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.

1 participant