From 2ee9521740ae4b2f7da82f723202c7b8a82404d8 Mon Sep 17 00:00:00 2001 From: lorenz Date: Thu, 4 Jan 2024 22:24:35 +0100 Subject: [PATCH] Update pylint.yml --- .github/workflows/pylint.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/pylint.yml b/.github/workflows/pylint.yml index 1581ea5..d7c4592 100644 --- a/.github/workflows/pylint.yml +++ b/.github/workflows/pylint.yml @@ -9,8 +9,7 @@ jobs: - uses: actions/checkout@v3 - uses: mamba-org/setup-micromamba@v1 with: - init-shell: >- - bash + init-shell: bash - name: install dependencies run: | mamba update --all