From 9f29f173fff48ca9d5c2c11d369e3b6674387579 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Erik=20Fr=C3=B6jdh?= Date: Tue, 29 Oct 2024 13:09:14 +0100 Subject: [PATCH] updated path --- .github/workflows/conda.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/conda.yml b/.github/workflows/conda.yml index 089ea14..67a6d95 100644 --- a/.github/workflows/conda.yml +++ b/.github/workflows/conda.yml @@ -35,7 +35,7 @@ jobs: run: conda install conda-build conda-verify pytest - name: Build - run: conda build conda.recipe + run: conda build . # - name: Install # run: conda install -c ${CONDA_PREFIX}/conda-bld/ scikit_build_example