Skip to content

ci

ci #24

Workflow file for this run

name: ci
permissions:
contents: read
on: # yamllint disable-line rule:truthy
workflow_dispatch:
pull_request:
branches:
- master
jobs:
mpich-4.2:

Check failure on line 14 in .github/workflows/ci.yml

View workflow run for this annotation

GitHub Actions / ci

Invalid workflow file

The workflow is not valid. .github/workflows/ci.yml (Line: 14, Col: 3): The identifier 'mpich-4.2' is invalid. IDs may only contain alphanumeric characters, '_', and '-'. IDs must start with a letter or '_' and and must be less than 100 characters. .github/workflows/ci.yml (Line: 20, Col: 3): The identifier 'mpich-4.1' is invalid. IDs may only contain alphanumeric characters, '_', and '-'. IDs must start with a letter or '_' and and must be less than 100 characters.
uses: ./.github/workflows/cd-wheel.yml
with:
mpiname: mpich
version:
mpich-4.1:
uses: ./.github/workflows/cd-wheel.yml
with:
mpiname: mpich
version: 4.1.3
mpich-3.4:
uses: ./.github/workflows/cd-wheel.yml
with:
mpiname: mpich
version: 3.4.3
openmpi-5.0:
uses: ./.github/workflows/cd-wheel.yml
with:
mpiname: openmpi
version:
openmpi-4.1:
uses: ./.github/workflows/cd-wheel.yml
with:
mpiname: openmpi
version: 4.1.6