Skip to content

Commit fcdb92d

Browse files
committed
CI/CD: Set up Python version
1 parent 14c2f47 commit fcdb92d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,11 @@ jobs:
8080
- name: Check-out repository
8181
uses: actions/checkout@v4
8282

83+
- name: Set up Python ${{ matrix.python-version }}
84+
uses: actions/setup-python@v5
85+
with:
86+
python-version: ${{ matrix.python-version }}
87+
8388
- name: Install uv
8489
uses: astral-sh/setup-uv@v4
8590

0 commit comments

Comments
 (0)