Skip to content

Use workflow from https://github.com/Mews/.github/blob/main/workflows… #42

Use workflow from https://github.com/Mews/.github/blob/main/workflows…

Use workflow from https://github.com/Mews/.github/blob/main/workflows… #42

Workflow file for this run

# This workflow will setup python 3.10, install the dependencies in requirements.txt and run the tests in tests/test.py
# It will then also create a coverage report
name: Tests
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
call-run-python-tests:
uses: Mews/.github/workflows/run-python-tests.yaml@main

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

View workflow run for this annotation

GitHub Actions / .github/workflows/run_tests.yml

Invalid workflow file

invalid value workflow reference: references to workflows must be prefixed with format 'owner/repository/' or './' for local workflows
with:
python_versions: '["3.10", "3.11", "3.12"]'
os_list: '["ubuntu-latest", "windows-latest"]'