From 7cacb52845a77551249f5ff3c3c109a016ff8606 Mon Sep 17 00:00:00 2001 From: Jan Janssen Date: Tue, 21 Dec 2021 09:29:12 -0700 Subject: [PATCH] Black Fix --- .github/workflows/black.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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: |