Skip to content

Commit 183d65c

Browse files
author
Roman
committed
fix python version
1 parent fcc6a35 commit 183d65c

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

.github/workflows/e2e-subtensor-tests.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ on:
2323
env:
2424
CARGO_TERM_COLOR: always
2525
VERBOSE: ${{ github.event.inputs.verbose }}
26-
PYTHON_VERSIONS: '["3.9", "3.10", "3.11", "3.12", "3.13"]'
2726

2827
# job to run tests in parallel
2928
jobs:
@@ -95,7 +94,7 @@ jobs:
9594
os:
9695
- ubuntu-latest
9796
test-file: ${{ fromJson(needs.find-tests.outputs.test-files) }}
98-
python-version: ${{ fromJson(env.PYTHON_VERSIONS) }}
97+
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
9998
steps:
10099
- name: Check-out repository
101100
uses: actions/checkout@v4

.github/workflows/nightly-e2e-tests-subtensor-main.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ on:
1818
env:
1919
CARGO_TERM_COLOR: always
2020
VERBOSE: ${{ github.event.inputs.verbose }}
21-
PYTHON_VERSIONS: '["3.9", "3.10", "3.11", "3.12", "3.13"]'
2221

2322
# job to run tests in parallel
2423
jobs:
@@ -106,7 +105,7 @@ jobs:
106105
os:
107106
- ubuntu-latest
108107
test-file: ${{ fromJson(needs.find-tests.outputs.test-files) }}
109-
python-version: ${{ fromJson(env.PYTHON_VERSIONS) }}
108+
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
110109
steps:
111110
- name: Check-out repository
112111
uses: actions/checkout@v4
@@ -171,7 +170,7 @@ jobs:
171170
os:
172171
- ubuntu-latest
173172
test-file: ${{ fromJson(needs.find-tests.outputs.test-files) }}
174-
python-version: ${{ fromJson(env.PYTHON_VERSIONS) }}
173+
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
175174
steps:
176175
- name: Check-out repository
177176
uses: actions/checkout@v4
@@ -239,7 +238,7 @@ jobs:
239238
os:
240239
- ubuntu-latest
241240
test-file: ${{ fromJson(needs.find-tests.outputs.test-files) }}
242-
python-version: ${{ fromJson(env.PYTHON_VERSIONS) }}
241+
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
243242

244243
steps:
245244
- name: Check-out repository
@@ -308,7 +307,7 @@ jobs:
308307
os:
309308
- ubuntu-latest
310309
test-file: ${{ fromJson(needs.find-tests.outputs.test-files) }}
311-
python-version: ${{ fromJson(env.PYTHON_VERSIONS) }}
310+
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
312311

313312
steps:
314313
- name: Check-out repository

0 commit comments

Comments
 (0)