From 883d25a019035dd6b6e31b9c29d4cfa417ec5243 Mon Sep 17 00:00:00 2001 From: Martin Bubel Date: Sun, 21 Jul 2024 16:34:59 +0200 Subject: [PATCH] fix identation in github actions file --- .github/workflows/test-and-deploy.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test-and-deploy.yml b/.github/workflows/test-and-deploy.yml index a946c355..756299e2 100644 --- a/.github/workflows/test-and-deploy.yml +++ b/.github/workflows/test-and-deploy.yml @@ -92,9 +92,9 @@ jobs: with: python-version: ${{ matrix.python }} - - name: Install build dependencies - run: | - pip install setuptools + - name: Install build dependencies + run: | + pip install setuptools - name: Install lib run: |