Skip to content

Commit b20a8ed

Browse files
committed
debug
1 parent 6fe4039 commit b20a8ed

File tree

3 files changed

+14
-14
lines changed

3 files changed

+14
-14
lines changed

.github/workflows/benchmarks.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,10 +73,10 @@ jobs:
7373
with:
7474
fetch-depth: 0
7575

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"
8080

8181
- uses: chia-network/actions/cache-pip@main
8282
with:

.github/workflows/build-linux-installer-deb.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
strategy:
5353
fail-fast: false
5454
matrix:
55-
python-version: ["3.12"]
55+
python-version: ["3.10"]
5656
os:
5757
- runs-on: ubuntu-latest
5858
arch: amd64
@@ -92,10 +92,10 @@ jobs:
9292
env:
9393
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
9494

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"
9999

100100
- name: Setup Node per .nvmrc in GUI
101101
uses: actions/setup-node@v5

.github/workflows/build-linux-installer-rpm.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
strategy:
5454
fail-fast: false
5555
matrix:
56-
python-version: ["3.12"]
56+
python-version: ["3.10"]
5757
os:
5858
- arch-artifact-name: intel
5959

@@ -82,10 +82,10 @@ jobs:
8282
env:
8383
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
8484

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"
8989

9090
- name: Setup Node per .nvmrc in GUI
9191
uses: actions/setup-node@v5

0 commit comments

Comments
 (0)