Skip to content

name cleanup + add H100 runner + install curl #395

name cleanup + add H100 runner + install curl

name cleanup + add H100 runner + install curl #395

Workflow file for this run

name: CI
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:
ci:
uses:
./.github/workflows/gh-build-and-test.yml

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

View workflow run for this annotation

GitHub Actions / CI

Invalid workflow file

The workflow is not valid. In .github/workflows/ci-gh.yml (Line: 16, Col: 7): Error from called workflow NVIDIA/cuda-python/.github/workflows/gh-build-and-test.yml@821b015cba3b76b4fc80bbd76f3b740bebe7c385 (Line: 21, Col: 11): Unrecognized named-value: 'cuda-version'. Located at position 1 within expression: cuda-version In .github/workflows/ci-gh.yml (Line: 16, Col: 7): Error from called workflow NVIDIA/cuda-python/.github/workflows/gh-build-and-test.yml@821b015cba3b76b4fc80bbd76f3b740bebe7c385 (Line: 193, Col: 11): Unrecognized named-value: 'cuda-version'. Located at position 1 within expression: cuda-version
secrets: inherit