File tree Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Original file line number Diff line number Diff line change 29
29
# - macos-14
30
30
31
31
# Comma separated list of python versions to test
32
- python-version : ["3.11"] # "3.8", "3.9", "3.10",
32
+ python-version :
33
+ - " 3.9"
34
+ - " 3.10"
35
+ - " 3.11"
36
+ - " 3.12"
37
+ - " 3.13"
33
38
34
39
mpi :
35
40
- mpich
@@ -76,10 +81,12 @@ jobs:
76
81
77
82
- name : build swift-t
78
83
run : |
79
- dev/build/build-swift-t.sh -vv
84
+ dev/build/build-swift-t.sh
80
85
81
86
- name : Report Swift/T version info
82
87
run : /tmp/swift-t-install/stc/bin/swift-t -v
83
88
84
89
- name : Check that Swift/T runs
85
- run : /tmp/swift-t-install/stc/bin/swift-t -VV -E 'trace(42);'
90
+ run : |
91
+ /tmp/swift-t-install/stc/bin/swift-t -E 'trace(42);'
92
+ /tmp/swift-t-install/stc/bin/swift-t -i python -E 'trace(python("","repr(42)"));'
You can’t perform that action at this time.
0 commit comments