Skip to content

Commit bc6fdd8

Browse files
committed
Install torch with bittensor sdk
1 parent df89bc5 commit bc6fdd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check-sdk-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ jobs:
269269
270270
- name: Install Bittensor SDK dependencies
271271
working-directory: ${{ github.workspace }}/bittensor
272-
run: uv pip install --system '.[dev]'
272+
run: uv pip install --system '.[dev]' torch
273273

274274
- name: Clone async-substrate-interface repo
275275
run: git clone https://github.com/opentensor/async-substrate-interface.git

0 commit comments

Comments
 (0)