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