Skip to content

[test] Debug gpu build with GitHub Actions #97

[test] Debug gpu build with GitHub Actions

[test] Debug gpu build with GitHub Actions #97

Workflow file for this run

name: Build
on:
workflow_dispatch:
pull_request:
branches:
- main
push:
tags:
- 'v*'
env:
OMP_NUM_THREADS: '10'
MKL_THREADING_LAYER: GNU
jobs:
OSX-arm64-packages:
runs-on: macos-13
steps:
- name: Checkout
uses: actions/checkout@v4.1.1
with:
fetch-depth: 0
fetch-tags: true
- uses: ./.github/actions/build_conda
with:
label: main