From 161f421903f4d06fe5334800d7fbc9475eaf79aa Mon Sep 17 00:00:00 2001 From: Matthias Kuhn Date: Sun, 20 Aug 2023 19:33:17 +0200 Subject: [PATCH] cprefix --- .github/workflows/macos.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/macos.yaml b/.github/workflows/macos.yaml index a949c74..6ae104c 100644 --- a/.github/workflows/macos.yaml +++ b/.github/workflows/macos.yaml @@ -52,8 +52,7 @@ jobs: conda activate constructor conda install conda-build conda build constructor - conda search -f constructor - conda install --use-local constructor + conda install -c file://${CONDA_PREFIX}/conda-bld/ constructor constructor --platform=${{ matrix.platform }} . - uses: m-kuhn/action-tmate@patch-1