From 629064c9e9b0fb2b811f9b5425f25196983f6987 Mon Sep 17 00:00:00 2001 From: Peter Eastman Date: Wed, 13 Nov 2024 12:21:27 -0800 Subject: [PATCH] Debug why CI isn't starting (#93) * Debug why CI isn't starting * Debugging * Try to force CI to run * Debugging * Try to force CI to run * Change settings for miniconda --- .github/workflows/CI.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 4bab724..b088f3c 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -28,7 +28,7 @@ jobs: gcc-version: "9" cdt-name: cos7 - - name: MacOS Intel CPU OpenCL Python 3.10 + - name: MacOS ARM Python 3.10 python-version: "3.10" os: macos-latest CMAKE_FLAGS: "" @@ -49,8 +49,7 @@ jobs: python-version: ${{ matrix.python-version }} activate-environment: build environment-file: devtools/conda-envs/build-${{ matrix.os }}.yml - auto-activate-base: false - channels: conda-forge + miniforge-variant: Mambaforge - name: "Set SDK on MacOS (if needed)" if: startsWith(matrix.os, 'macos')