From acfb857e34574df35d24ef2d68e5926cf9e162bd Mon Sep 17 00:00:00 2001 From: Jelmer Draaijer Date: Tue, 12 Dec 2023 15:18:08 +0100 Subject: [PATCH] Pin cond-build to 3.28.1 --- .github/workflows/anaconda-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/anaconda-publish.yml b/.github/workflows/anaconda-publish.yml index ed5e34e..3ef6720 100644 --- a/.github/workflows/anaconda-publish.yml +++ b/.github/workflows/anaconda-publish.yml @@ -25,7 +25,7 @@ jobs: with: python-version: 3.9 channels: conda-forge - conda-build-version: 'latest' + conda-build-version: '3.28.1' conda-solver: 'libmamba' channel-priority: strict activate-environment: "decide"