We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22cd104 commit b419018Copy full SHA for b419018
1 file changed
.github/workflows/py312-testing-upload.yml
@@ -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
13
14
15
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