Skip to content

Commit

Permalink
Debug why CI isn't starting (#93)
Browse files Browse the repository at this point in the history
* Debug why CI isn't starting

* Debugging

* Try to force CI to run

* Debugging

* Try to force CI to run

* Change settings for miniconda
  • Loading branch information
peastman authored Nov 13, 2024
1 parent 9a1df5c commit 629064c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: ""
Expand All @@ -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')
Expand Down

0 comments on commit 629064c

Please sign in to comment.