From fc2da4ee8fab43436f8a49d161f139a8b3345882 Mon Sep 17 00:00:00 2001 From: krande Date: Thu, 23 Nov 2023 15:11:46 +0100 Subject: [PATCH] add conda-forge as a channel --- .github/workflows/ci-ifcopenshell-conda-daily.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci-ifcopenshell-conda-daily.yml b/.github/workflows/ci-ifcopenshell-conda-daily.yml index c55f5e3827..835232eb07 100644 --- a/.github/workflows/ci-ifcopenshell-conda-daily.yml +++ b/.github/workflows/ci-ifcopenshell-conda-daily.yml @@ -59,6 +59,8 @@ jobs: environment-name: build-env cache-environment: true condarc: | + channels: + - conda-forge channel_priority: strict create-args: >- python=3.11