From 715297c491b57e1b3f9fd2e21fd089e4ee70e716 Mon Sep 17 00:00:00 2001 From: Paula Kramer Date: Thu, 10 Oct 2024 16:59:03 +0200 Subject: [PATCH] ci fix: miniforge instead of mambaforge --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 135ae186..f9bd69d6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,7 +37,6 @@ jobs: - uses: conda-incubator/setup-miniconda@v3 with: python-version: ${{ matrix.cfg.python-version }} - miniforge-variant: Mambaforge miniforge-version: latest environment-file: environment.yml channels: conda-forge,defaults