File tree Expand file tree Collapse file tree 3 files changed +14
-14
lines changed Expand file tree Collapse file tree 3 files changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -73,10 +73,10 @@ jobs:
73
73
with :
74
74
fetch-depth : 0
75
75
76
- # - name: Set up Python 3.12
77
- # uses: actions/setup-python@v5
78
- # with:
79
- # python-version: "3.12"
76
+ - name : Set up Python 3.12
77
+ uses : actions/setup-python@v5
78
+ with :
79
+ python-version : " 3.12"
80
80
81
81
- uses : chia-network/actions/cache-pip@main
82
82
with :
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.12 "]
55
+ python-version : ["3.10 "]
56
56
os :
57
57
- runs-on : ubuntu-latest
58
58
arch : amd64
@@ -92,10 +92,10 @@ jobs:
92
92
env :
93
93
GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
94
94
95
- - name : Set up Python 3.12
96
- uses : actions/setup-python@v5
97
- with :
98
- python-version : " 3.12"
95
+ # - name: Set up Python 3.12
96
+ # uses: actions/setup-python@v5
97
+ # with:
98
+ # python-version: "3.12"
99
99
100
100
- name : Setup Node per .nvmrc in GUI
101
101
uses : actions/setup-node@v5
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.12 "]
56
+ python-version : ["3.10 "]
57
57
os :
58
58
- arch-artifact-name : intel
59
59
@@ -82,10 +82,10 @@ jobs:
82
82
env :
83
83
GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
84
84
85
- - name : Set up Python 3.12
86
- uses : actions/setup-python@v5
87
- with :
88
- python-version : " 3.12"
85
+ # - name: Set up Python 3.12
86
+ # uses: actions/setup-python@v5
87
+ # with:
88
+ # python-version: "3.12"
89
89
90
90
- name : Setup Node per .nvmrc in GUI
91
91
uses : actions/setup-node@v5
You can’t perform that action at this time.
0 commit comments