Skip to content

Commit 32e26e1

Browse files
author
Roman
committed
add substrate-interface to test
1 parent 138f00d commit 32e26e1

File tree

3 files changed

+1
-2
lines changed

3 files changed

+1
-2
lines changed

.github/workflows/e2e-tests.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,6 @@ jobs:
140140
- name: install dependencies
141141
run: |
142142
uv sync --extra dev --dev
143-
uv run pip install substrate-interface
144143
145144
- name: Download Cached Docker Image
146145
uses: actions/download-artifact@v4

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,4 @@ requires = ["setuptools~=70.0.0", "wheel"]
4747
build-backend = "setuptools.build_meta"
4848

4949
[project.optional-dependencies]
50-
dev = ["pytest", "bittensor", "pytest-asyncio"]
50+
dev = ["pytest", "bittensor", "pytest-asyncio", "substrate-interface"]

tests/__init__.py

Whitespace-only changes.

0 commit comments

Comments
 (0)