Skip to content

Commit b419018

Browse files
committed
single version python workflow that tries to upload artifacts
1 parent 22cd104 commit b419018

1 file changed

Lines changed: 25 additions & 0 deletions

File tree

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# Run Linux tests using template in nrao/gh-actions-templates-public
2+
name: Local Linux 3.12 tests only
3+
4+
on:
5+
test-py312:
6+
uses: test-linux-py312
7+
paths-ignore:
8+
- '**.md'
9+
- '**.rst'
10+
11+
test-all-python:
12+
uses: test-linux-py312
13+
paths-ignore:
14+
- '**.md'
15+
- '**.rst'
16+
17+
jobs:
18+
test-linux-py312:
19+
uses: ./.github/workflows/python-testing-linux-template-vsm-version.yml
20+
with:
21+
cov_project: "astrohack"
22+
test-path: "tests/unit/test_class_base_panel.py"
23+
python-versions: '["3.12"]'
24+
local_run: false
25+
secrets: inherit

0 commit comments

Comments
 (0)