Skip to content

Python 3.12 and 3.13 tests only #1

Python 3.12 and 3.13 tests only

Python 3.12 and 3.13 tests only #1

# Run Linux tests using template in nrao/gh-actions-templates-public

Check failure on line 1 in .github/workflows/py313-testing-linux.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/py313-testing-linux.yml

Invalid workflow file

(Line: 5, Col: 3): Unexpected value 'test-py313', (Line: 11, Col: 3): Unexpected value 'test-all-python'
name: Local Linux 3.13 tests only
on:
test-py313:
uses: test-linux-py313
paths-ignore:
- '**.md'
- '**.rst'
test-all-python:
uses: test-linux-py313
paths-ignore:
- '**.md'
- '**.rst'
jobs:
test-linux-py313:
uses: ./.github/workflows/python-testing-linux-template-vsm-version.yml
with:
cov_project: "astrohack"
test-path: "tests/unit/test_class_base_panel.py"
python-versions: '["3.13"]'
local_run: true
secrets: inherit