diff --git a/.github/workflows/check-sdk-tests.yml b/.github/workflows/check-sdk-tests.yml index 4bcd4ff..1e2e295 100644 --- a/.github/workflows/check-sdk-tests.yml +++ b/.github/workflows/check-sdk-tests.yml @@ -229,7 +229,6 @@ jobs: git fetch origin staging python3 -m pip install --upgrade pip python3 -m pip install '.[dev]' - python3 -m pip install -r requirements/torch.txt - name: Clone async-substrate-interface repo run: git clone https://github.com/opentensor/async-substrate-interface.git