diff --git a/.github/workflows/black.yml b/.github/workflows/black.yml index 82c4909e..f60f0bd7 100644 --- a/.github/workflows/black.yml +++ b/.github/workflows/black.yml @@ -16,9 +16,11 @@ jobs: - uses: actions/checkout@v2 - uses: conda-incubator/setup-miniconda@v2 with: - auto-update-conda: true - python-version: 3.9 + python-version: "3.10" + mamba-version: "*" + channels: conda-forge channel-priority: strict + auto-update-conda: true - name: Setup shell: bash -l {0} run: |