Skip to content

Commit 0005d9f

Browse files
authored
Merge branch 'staging' into fix/roman/update-docker-image-name
2 parents 700f246 + d0cb2dd commit 0005d9f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ jobs:
6262

6363
# Job to run tests in parallel
6464
run:
65+
name: ${{ matrix.test-file }} / Python ${{ matrix.python-version }}
6566
needs:
6667
- find-tests
6768
- pull-docker-image
@@ -74,6 +75,7 @@ jobs:
7475
os:
7576
- ubuntu-latest
7677
test-file: ${{ fromJson(needs.find-tests.outputs.test-files) }}
78+
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
7779
steps:
7880
- name: Check-out repository
7981
uses: actions/checkout@v4

0 commit comments

Comments
 (0)