Skip to content

Commit

Permalink
adjust docs
Browse files Browse the repository at this point in the history
it was done during stew ci for a while, just not for new envs
  • Loading branch information
jonapich committed Oct 17, 2024
1 parent 8946824 commit 5d682bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -229,8 +229,8 @@ quick = {}
- **pydev**: See the [multiple-libraries](README_MULTIPLE_LIBRARIES.md) guide.
- **build-dependencies**: You can specify additional dependencies to be installed during `stew build`.
- The format is the same as poetry dependencies: `name = "version"` or `name = { version = "version", ... }`
- **extras**: A list of extras to install during `stew build` (and `stew ci`: added in *v3.0.33*).
- **all-extras**: If true, all extras will be installed during `stew build` (and `stew ci`: added in *v3.0.33*). Overrides the `extras` list.
- **extras**: A list of extras to install during `stew build` and `stew ci`.
- **all-extras**: If true, all extras will be installed during `stew build` and `stew ci`. Overrides the `extras` list.
- **quick**: *(v3.0.30)* Controls which checks are skipped when calling `stew ci --quick`.
- The format is a dictionary with either the `check` or `skip` key, followed by a list of runners.
- The behavior is identical to the `--check` and `--skip` options.
Expand Down

0 comments on commit 5d682bc

Please sign in to comment.