Skip to content

Commit 1adaa20

Browse files
author
Roman
committed
all python-version back
1 parent dbf506a commit 1adaa20

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

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

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,7 @@ jobs:
8080
os:
8181
- ubuntu-latest
8282
test-file: ${{ fromJson(needs.find-tests.outputs.test-files) }}
83-
# python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
84-
python-version: ["3.12"]
83+
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
8584
steps:
8685
- name: Check-out repository
8786
uses: actions/checkout@v4
@@ -145,8 +144,7 @@ jobs:
145144
os:
146145
- ubuntu-latest
147146
test-file: ${{ fromJson(needs.find-tests.outputs.test-files) }}
148-
# python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
149-
python-version: ["3.12"]
147+
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
150148

151149
steps:
152150
- name: Check-out repository

0 commit comments

Comments
 (0)