From 7d0bd1aa4746e08b91d4e91d75836be4701931f8 Mon Sep 17 00:00:00 2001 From: Morty Space Date: Mon, 2 May 2022 07:20:50 +0200 Subject: [PATCH] Added poetry run to generate structs --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index a01b70a..03370ca 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -52,7 +52,7 @@ steps: - script: | git pull - python generatestructs.py + poetry run python generatestructs.py git config --global user.email "morty.space@gmail.com" git config --global user.name "Morty Space" git add -A .