Skip to content

Commit

Permalink
remove poetry dep
Browse files Browse the repository at this point in the history
  • Loading branch information
TheDen committed Jan 30, 2025
1 parent e7792b4 commit 2c2c471
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions operator/netchecks_operator/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -709,12 +709,10 @@ def create_job_spec(
pass

command = [
"poetry",
"run",
"netcheck",
"run",
"--config",
"/netcheck/config.json",
"netcheck",
"run",
"--config",
"/netcheck/config.json",
]

if disable_redaction:
Expand Down

0 comments on commit 2c2c471

Please sign in to comment.