Skip to content

Commit c01f874

Browse files
author
Roman
committed
do tests for all python-version
1 parent 47fd635 commit c01f874

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
os:
7474
- ubuntu-latest
7575
test-file: ${{ fromJson(needs.find-tests.outputs.test-files) }}
76-
# python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
76+
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
7777
steps:
7878
- name: Check-out repository
7979
uses: actions/checkout@v4

0 commit comments

Comments
 (0)