From 41f754e15badc9c70b202da0f51b57535c8c82c9 Mon Sep 17 00:00:00 2001 From: Kristoffer Andersen Date: Sun, 11 May 2025 15:53:29 +0200 Subject: [PATCH] Update ci-ifcopenshell-conda-daily.yml Update conda ci --- .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 79c538af24..6c517f2264 100644 --- a/.github/workflows/ci-ifcopenshell-conda-daily.yml +++ b/.github/workflows/ci-ifcopenshell-conda-daily.yml @@ -86,7 +86,7 @@ jobs: - name: build & test ifcopenshell run: | - rattler-build build -r conda/recipe.yaml --python ${{ matrix.pyver.distver }} --output-folder '${{ github.workspace }}/dist' + rattler-build build -r conda/recipe.yaml --output-dir '${{ github.workspace }}/dist' env: VERSION_OVERRIDE: ${{ needs.activate.outputs.verdate }}