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