From de85ce54f28e757e1acb0c30bb7a79fc8265c172 Mon Sep 17 00:00:00 2001 From: Martin Bubel Date: Sun, 28 Jul 2024 18:12:36 +0200 Subject: [PATCH] fix identation in workflow --- .github/workflows/test-and-deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-and-deploy.yml b/.github/workflows/test-and-deploy.yml index cad64bae..d8292725 100644 --- a/.github/workflows/test-and-deploy.yml +++ b/.github/workflows/test-and-deploy.yml @@ -39,8 +39,8 @@ jobs: - name: Install lib run: | python setup.py develop - - - name: pytest + + - name: pytest run: | poetry run pytest