From 764efa1fed11bdeffe6a6366e1e39fc03f105bf9 Mon Sep 17 00:00:00 2001 From: Kristoffer Andersen Date: Thu, 23 Nov 2023 14:33:10 +0100 Subject: [PATCH] Update ci-ifcopenshell-conda-daily.yml add missing multiline flag for condarc setup --- .github/workflows/ci-ifcopenshell-conda-daily.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-ifcopenshell-conda-daily.yml b/.github/workflows/ci-ifcopenshell-conda-daily.yml index bfac0071c0..c5905afa75 100644 --- a/.github/workflows/ci-ifcopenshell-conda-daily.yml +++ b/.github/workflows/ci-ifcopenshell-conda-daily.yml @@ -57,7 +57,7 @@ jobs: with: cache-environment: true environment-file: conda/environment.yml - condarc: + condarc: | channel_priority: strict create-args: >- python=${{ matrix.pyver.distver }}