Skip to content

Commit

Permalink
Fix pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
cmd-ntrf committed Jan 9, 2025
1 parent 6c4ab9c commit a303702
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"

[tool.poetry.scripts]
slurm_suspend_fail = "slurm_autoscale_tfe:suspend_fail"
slurm_suspend = "slurm_autoscale_tfe:suspend"
slurm_resume = "slurm_autoscale_tfe:resume"
slurm_resume_fail = "slurm_autoscale_tfe:resume_fail"

0 comments on commit a303702

Please sign in to comment.