From b0ed2f8dfb5a26d4e54fae44399d6872ec9d68b8 Mon Sep 17 00:00:00 2001 From: Wolfgang Preimesberger Date: Fri, 4 Oct 2024 15:20:31 +0200 Subject: [PATCH] Update build --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cb6831c..54f5938 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -59,7 +59,7 @@ jobs: # On macos pykdtree was built with OpenMP (C-level parallelization library) support if [ ${{ matrix.os }} == "macos-latest" ] then - conda install -c conda-forge pykdtree + export USE_OMP=0 fi pip install -e .[testing] - name: Run all tests