Skip to content

Try2

Try2 #121

Workflow file for this run

name: CI/CD
on:
push:
pull_request:
schedule:
# Run the tests at 00:00 each week on Sunday
- cron: "0 0 * * 0"
jobs:
cicd-pipeline:
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11"]
os: [ubuntu-latest]
include:
- python-version: "3.11"
os: macos-latest
- python-version: "3.11"
os: windows-latest
uses: ./.github/workflows/reusable-main.yml

Check failure on line 21 in .github/workflows/main.yml

View workflow run for this annotation

GitHub Actions / CI/CD

Invalid workflow file

The workflow is not valid. In .github/workflows/main.yml (Line: 21, Col: 11): Error from called workflow GRAAL-Research/poutyne/.github/workflows/reusable-main.yml@9bac8d1d3fe1c64d18e2ccae6ad35a8d4c79b16d (Line: 97, Col: 9): Unrecognized named-value: 'matrix'. Located at position 1 within expression: matrix.os != 'windows-latest'
with:
os: ${{ matrix.os }}
python-version: ${{ matrix.python-version }}