Skip to content

Commit c117432

Browse files
clean up
1 parent a594e73 commit c117432

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

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

-10
Original file line numberDiff line numberDiff line change
@@ -78,11 +78,6 @@ jobs:
7878
- name: Check-out repository
7979
uses: actions/checkout@v4
8080

81-
# - name: Install Python
82-
# uses: actions/setup-python@v4
83-
# with:
84-
# python-version: '3.12'
85-
8681
- name: Install uv
8782
uses: astral-sh/setup-uv@v4
8883

@@ -97,10 +92,5 @@ jobs:
9792
- name: Load Docker Image
9893
run: docker load -i subtensor-localnet.tar
9994

100-
# - name: Install requirements
101-
# run: |
102-
# pip install -e .[dev]
103-
# pip install pytest
104-
10595
- name: Run tests
10696
run: uv run pytest ${{ matrix.test-file }} -s

0 commit comments

Comments
 (0)