Skip to content

Commit 460465e

Browse files
committed
debug
1 parent b20a8ed commit 460465e

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

.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.10"]
55+
python-version: ["3"]
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.10"]
56+
python-version: ["3"]
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)