Skip to content

Commit

Permalink
doc: suggest not running in parallel (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
aignas authored May 30, 2024
1 parent fdf8b3c commit 989c01b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,9 @@ multirun(
":generate_requirements_linux_txt",
":generate_requirements_macos_txt",
],
jobs = 0,
# Running in a single threaded mode allows consecutive `uv` invocations to benefit
# from the `uv` cache from the first run.
jobs = 1,
)

create_venv(
Expand Down

0 comments on commit 989c01b

Please sign in to comment.