Skip to content

Commit

Permalink
bump qtoolkit 0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
gpetretto committed Jan 20, 2025
1 parent 89e3d7c commit 98d4311
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ dependencies = [
"psutil >= 5.9,< 7.0",
"pydantic ~= 2.4",
"python-dateutil>=2.8.2",
"qtoolkit @ git+https://github.com/Matgenix/qtoolkit.git@develop",
"qtoolkit >= 0.1.6",
"rich ~= 13.7",
"ruamel.yaml >= 0.17",
"schedule ~= 1.2",
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ jobflow==0.1.19
pydantic==2.10.5
fabric==3.2.2
tomlkit==0.13.2
qtoolkit==0.1.5
qtoolkit==0.1.6
typer==0.15.1
rich==13.9.4
psutil==6.1.1
Expand Down
2 changes: 1 addition & 1 deletion src/jobflow_remote/cli/runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ def stop(
)
from jobflow_remote import SETTINGS

if SETTINGS.cli_suggestions:
if not wait and SETTINGS.cli_suggestions:
out_console.print(
"The stop signal has been sent to the Runner. Run 'jf runner status' to verify if it stopped",
style="yellow",
Expand Down

0 comments on commit 98d4311

Please sign in to comment.