File tree Expand file tree Collapse file tree 2 files changed +16
-2
lines changed Expand file tree Collapse file tree 2 files changed +16
-2
lines changed Original file line number Diff line number Diff line change 52
52
strategy :
53
53
fail-fast : false
54
54
matrix :
55
- python-version : ["3"]
55
+ python-version : ["3.12 "]
56
56
os :
57
57
- runs-on : ubuntu-latest
58
58
arch : amd64
97
97
with :
98
98
python-version : " 3.12"
99
99
100
+ - name : Show available python binaries
101
+ run : |
102
+ which python || echo "python not found"
103
+ which python3 || echo "python3 not found"
104
+ which python3.12 || echo "python3.12 not found"
105
+ ls -l $(dirname $(which python3)) | grep python
106
+
100
107
- name : Setup Node per .nvmrc in GUI
101
108
uses : actions/setup-node@v5
102
109
with :
Original file line number Diff line number Diff line change 53
53
strategy :
54
54
fail-fast : false
55
55
matrix :
56
- python-version : ["3"]
56
+ python-version : ["3.12 "]
57
57
os :
58
58
- arch-artifact-name : intel
59
59
87
87
with :
88
88
python-version : " 3.12"
89
89
90
+ - name : Show available python binaries
91
+ run : |
92
+ which python || echo "python not found"
93
+ which python3 || echo "python3 not found"
94
+ which python3.12 || echo "python3.12 not found"
95
+ ls -l $(dirname $(which python3)) | grep python
96
+
90
97
- name : Setup Node per .nvmrc in GUI
91
98
uses : actions/setup-node@v5
92
99
with :
You can’t perform that action at this time.
0 commit comments