From 8257654c7bd9e4f8ec8ee8da59a43ae2bbe6a793 Mon Sep 17 00:00:00 2001 From: Benedikt Schesch Date: Sat, 4 May 2024 15:37:44 -0700 Subject: [PATCH] Fixed tests --- .github/workflows/check-style.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check-style.yml b/.github/workflows/check-style.yml index 055dc33f54..c10cd9ddd7 100644 --- a/.github/workflows/check-style.yml +++ b/.github/workflows/check-style.yml @@ -14,7 +14,7 @@ jobs: with: python-version: '3.12' - name: Setup miniconda - uses: conda-incubator/setup-miniconda@v3.0.3 + uses: conda-incubator/setup-miniconda@v3 with: python-version: 3.12 auto-update-conda: true