Skip to content

Commit d0cb2dd

Browse files
authored
Merge pull request #2761 from opentensor/feat/roman/add-all-python-versions-to-e2e-workflow
Add all supported python versions to e2e tests workflow
2 parents ce83530 + 7050245 commit d0cb2dd

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)