Skip to content

Remove use of deprecated np.find_common_type #489

Remove use of deprecated np.find_common_type

Remove use of deprecated np.find_common_type #489

Workflow file for this run

name: Build and test cunumeric on GH
concurrency:
group: ci-build-and-test-on-${{ github.event_name }}-from-${{ github.ref_name }}
cancel-in-progress: true
on:
push:
branches:
- "pull-request/[0-9]+"
- "branch-*"
jobs:
build-and-test:
strategy:
fail-fast: false
matrix:
include:
- {build-target: cpu}
- {build-target: gpu}
uses:
./.github/workflows/gh-build-and-test.yml
with:
build-target: ${{ matrix.build-target }}
sha: ${{ github.sha }}