Skip to content

Commit 85067d2

Browse files
author
Roman
committed
test time with uv
1 parent 096a312 commit 85067d2

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

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

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -78,16 +78,16 @@ 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'
81+
# - name: Install Python
82+
# uses: actions/setup-python@v4
83+
# with:
84+
# python-version: '3.12'
85+
86+
- name: Install uv
87+
uses: astral-sh/setup-uv@v4
8588

86-
# - name: Install uv
87-
# uses: astral-sh/setup-uv@v4
88-
#
89-
# - name: install dependencies
90-
# run: uv sync --all-extras --dev
89+
- name: install dependencies
90+
run: uv sync --all-extras --dev
9191

9292
- name: Download Cached Docker Image
9393
uses: actions/download-artifact@v4
@@ -97,10 +97,10 @@ jobs:
9797
- name: Load Docker Image
9898
run: docker load -i subtensor-localnet.tar
9999

100-
- name: Install requirements
101-
run: |
102-
pip install -e .[dev]
103-
pip install pytest
100+
# - name: Install requirements
101+
# run: |
102+
# pip install -e .[dev]
103+
# pip install pytest
104104

105105
- name: Run tests
106106
run: pytest ${{ matrix.test-file }} -s

0 commit comments

Comments
 (0)