From ceacf02cd696746a8f4f3e404c5f0edb15bf2f45 Mon Sep 17 00:00:00 2001 From: lorenz Date: Thu, 4 Jan 2024 22:21:46 +0100 Subject: [PATCH] Update pylint.yml --- .github/workflows/pylint.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/pylint.yml b/.github/workflows/pylint.yml index bc4b82d..edc8cea 100644 --- a/.github/workflows/pylint.yml +++ b/.github/workflows/pylint.yml @@ -8,6 +8,9 @@ jobs: steps: - uses: actions/checkout@v3 - uses: mamba-org/setup-micromamba@v1 + with: + init-shell: >- + bash - name: install dependencies run: | mamba update --all