From 47c9e95e1a552a4e43aec33b08e727f75298d16c Mon Sep 17 00:00:00 2001 From: amercader Date: Fri, 22 Mar 2024 11:59:49 +0100 Subject: [PATCH] Replace tabs --- .github/workflows/test.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a525dbf..acec4ab 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -38,9 +38,9 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: actions/setup-python@v5 - with: - cache: 'pip' # caching pip dependencies + - uses: actions/setup-python@v5 + with: + cache: 'pip' # caching pip dependencies - name: Install requirements # Install any extra requirements your extension has here (dev requirements, other extensions etc) run: |