Skip to content

Fix workflow reference 2 #44

Fix workflow reference 2

Fix workflow reference 2 #44

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:

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

View workflow run for this annotation

GitHub Actions / Tests

Invalid workflow file

The workflow is not valid. .github/workflows/run_tests.yml (Line: 13, Col: 3): Error calling workflow 'Mews/.github/.github/workflows/run-python-tests.yaml@main'. The nested job 'run-python-tests' is requesting 'contents: write', but is only allowed 'contents: read'.
uses: Mews/.github/.github/workflows/run-python-tests.yaml@main
with:
python_versions: '["3.10", "3.11", "3.12"]'
os_list: '["ubuntu-latest", "windows-latest"]'