Skip to content

Remove Windows for tests_without_deps #119

Remove Windows for tests_without_deps

Remove Windows for tests_without_deps #119

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@c88889a5190b1d30788586f1c285b79746707b27 (Line: 97, Col: 9): Unrecognized named-value: 'runner'. Located at position 1 within expression: runner.os != 'Windows'
with:
os: ${{ matrix.os }}
python-version: ${{ matrix.python-version }}