Skip to content

Update test-package.yml #4

Update test-package.yml

Update test-package.yml #4

Workflow file for this run

# This workflow will install Python dependencies, run tests and lint with a variety of Python versions
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-python
name: Test package
on:
push:
branches: [ "main", "development" ]
pull_request:
branches: [ "main", "development" ]
jobs:
run-tests:
uses: waddafunk/make-pipelines/.github/workflows/test-python-package.yml@main

Check failure on line 14 in .github/workflows/test-package.yml

View workflow run for this annotation

GitHub Actions / Test package

Invalid workflow file

The workflow is not valid. In .github/workflows/test-package.yml (Line: 14, Col: 11): Error from called workflow waddafunk/make-pipelines/.github/workflows/test-python-package.yml@main (Line: 18, Col: 5): Required property is missing: runs-on
with:
python-versions: '["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]'
os: '["ubuntu-latest"]'