From 02ade90a9a4d07acd13903e64fe1b13c208182fd Mon Sep 17 00:00:00 2001 From: Max Schmitt Date: Wed, 19 Jun 2024 14:13:18 +0200 Subject: [PATCH] devops: fix conda-build TryJob --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9f1468c5f..55f66440c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -164,7 +164,7 @@ jobs: with: fetch-depth: 0 - name: Get conda - uses: conda-incubator/setup-miniconda@v2 + uses: conda-incubator/setup-miniconda@v3 with: python-version: 3.9 channels: conda-forge