updated to find moved runner script

This commit is contained in:
brb
2023-07-13 12:54:32 +02:00
parent aca204aa80
commit 6b165aa0ff
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -24,6 +24,6 @@ class RunnerScript(BaseModel):
if __name__ == '__main__':
path = Path(__file__).parent.parent / 'runner_script.yml'
path = Path('.gitea') / 'gpu_runner' / 'script.yml'
rs = RunnerScript.from_file(path)
print(rs)