diff --git a/.github/workflows/pylint.yml b/.github/workflows/pylint.yml index d7c4592..1f4b53f 100644 --- a/.github/workflows/pylint.yml +++ b/.github/workflows/pylint.yml @@ -7,9 +7,12 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - - uses: mamba-org/setup-micromamba@v1 + - uses: conda-incubator/setup-miniconda@v2 with: - init-shell: bash + auto-update-conda: true + python-version: "3.11" + use-only-tar-bz2: true + miniforge-version: latest - name: install dependencies run: | mamba update --all