Skip to content

Commit d21f8cd

Browse files
Copilotggmarshall
andcommitted
Fix install() docstring to match actual behavior
Co-authored-by: ggmarshall <72088559+ggmarshall@users.noreply.github.com> Agent-Logs-Url: https://github.com/legend-exp/legend-dataflow-scripts/sessions/cb74e6b4-fec7-4866-ba1f-707f667411c0
1 parent 46bb098 commit d21f8cd

1 file changed

Lines changed: 2 additions & 12 deletions

File tree

src/legenddataflowscripts/workflow/execenv.py

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -249,18 +249,8 @@ def install(args) -> None:
249249
250250
Creates a Python virtual environment at ``config.paths.install`` (inside
251251
the container if one is configured), upgrades ``pip``, installs ``uv``,
252-
and then uses ``uv pip install`` to install the packages listed in the
253-
production configuration.
254-
255-
The packages to install should be specified in the config file under the
256-
key ``pkg_versions`` (or the production workflow root directory is used
257-
as the install source):
258-
259-
.. code-block:: yaml
260-
261-
pkg_versions:
262-
- python_package_spec
263-
- ...
252+
and then uses ``uv pip install`` to install the workflow root directory
253+
(the directory containing the config file) as the package source.
264254
265255
.. code-block:: console
266256

0 commit comments

Comments
 (0)