From c09950b1caac0d0e2b4654f181ab773368f8a643 Mon Sep 17 00:00:00 2001 From: Martin Bubel Date: Sun, 21 Jul 2024 16:36:06 +0200 Subject: [PATCH] fix identation in github actions file again --- .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 756299e2..9390a2c5 100644 --- a/.github/workflows/test-and-deploy.yml +++ b/.github/workflows/test-and-deploy.yml @@ -93,8 +93,8 @@ jobs: python-version: ${{ matrix.python }} - name: Install build dependencies - run: | - pip install setuptools + run: | + pip install setuptools - name: Install lib run: |