Skip to content

Fixed path to the actions folder. #5

Fixed path to the actions folder.

Fixed path to the actions folder. #5

Workflow file for this run

name: Build and test conda release package
concurrency:
group: ${{ startsWith(github.ref_name, 'main') && format('unique-{0}', github.run_id) || format('ci-build-and-test-on-{0}-from-{1}', github.event_name, github.ref_name) }}
cancel-in-progress: true
on:
push:
branches:
- "pull-request/[0-9]+"
- "main"
jobs:
build-and-test:
name: Build and test (${{ matrix.platform }}, ${{ matrix.target-device }}, ${{ matrix.build-mode }})
strategy:
fail-fast: false
matrix:
platform:
- linux-x64
target-device:
- gpu
build-mode:

Check failure on line 23 in .github/workflows/ci-gh.yml

View workflow run for this annotation

GitHub Actions / Build and test conda release package

Invalid workflow file

The workflow is not valid. In NVIDIA/cuda-python/.github/workflows/gh-build-and-test.yml@81fb7ee2d925aebd3e5f60ee37d47e2836a62b4f (Line: 23, Col: 7): Error from called workflow NVIDIA/cuda-python/.github/workflows/gh-build.yml@81fb7ee2d925aebd3e5f60ee37d47e2836a62b4f (Line: 57, Col: 15): Unrecognized named-value: 'inputs'. Located at position 1 within expression: inputs.client-repo In NVIDIA/cuda-python/.github/workflows/gh-build-and-test.yml@81fb7ee2d925aebd3e5f60ee37d47e2836a62b4f (Line: 23, Col: 7): Error from called workflow NVIDIA/cuda-python/.github/workflows/gh-build.yml@81fb7ee2d925aebd3e5f60ee37d47e2836a62b4f (Line: 89, Col: 15): Unrecognized named-value: 'inputs'. Located at position 1 within expression: inputs.client-repo
- release
upload-enabled:
- false
uses:
./.github/workflows/gh-build-and-test.yml
with:
platform: ${{ matrix.platform }}
target-device: ${{ matrix.target-device }}
build-mode: ${{ matrix.build-mode }}
build-type: release
upload-enabled: ${{ matrix.upload-enabled }}
secrets: inherit