Skip to content

Commit

Permalink
Merge pull request #9 from peastman/ci
Browse files Browse the repository at this point in the history
Debug CI
  • Loading branch information
peastman authored Aug 2, 2024
2 parents 4d5bf39 + 45d1d33 commit 4abf5f6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
5 changes: 3 additions & 2 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 @@ -50,7 +50,8 @@ jobs:
activate-environment: build
environment-file: devtools/conda-envs/build-${{ matrix.os }}.yml
auto-activate-base: false
channels: conda-forge
miniforge-variant: Mambaforge
use-mamba: true

- name: "Set SDK on MacOS (if needed)"
if: startsWith(matrix.os, 'macos')
Expand Down
1 change: 1 addition & 0 deletions devtools/conda-envs/build-macos-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@ dependencies:
- xtb
- khronos-opencl-icd-loader
- pocl
- importlib_metadata
# test
- pytest
1 change: 1 addition & 0 deletions devtools/conda-envs/build-ubuntu-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,6 @@ dependencies:
- xtb
- ocl-icd
- pocl
- importlib_metadata
# test
- pytest

0 comments on commit 4abf5f6

Please sign in to comment.