Skip to content

temp revert

temp revert #4

Workflow file for this run

name: Full Tests
on:
push:
branches: ["feature/poetry"]
pull_request:
branches: ["feature/poetry"]
jobs:
call-tests:
strategy:
matrix:
os: [Ubuntu, Windows, macOS]
python-version: ["3.9", "3.10", "3.11"]
include:
- os: Ubuntu
image: ubuntu-latest
- os: Windows
image: windows-2022
- os: macOS
image: macos-14
fail-fast: false
uses: ./.github/workflows/_test.yml

Check failure on line 24 in .github/workflows/full-tests.yml

View workflow run for this annotation

GitHub Actions / Full Tests

Invalid workflow file

The workflow is not valid. In .github/workflows/full-tests.yml (Line: 24, Col: 11): Error from called workflow NVIDIA/NeMo-Guardrails/.github/workflows/_test.yml@df3be73c5c9afaf8359112d5079f3867b921869e (Line: 22, Col: 5): Unexpected value 'defaults'
with:
os: ${{ matrix.os }}
image: ${{ matrix.image }}
python-version: ${{ matrix.python-version }}