diff --git a/.github/workflows/test_trajdl_vtag.yml b/.github/workflows/test_trajdl_vtag.yml index 9c26bfa..5ce4e15 100644 --- a/.github/workflows/test_trajdl_vtag.yml +++ b/.github/workflows/test_trajdl_vtag.yml @@ -21,10 +21,6 @@ jobs: with: enable-cache: true cache-dependency-glob: "**/pyproject.toml" - - - name: Install PyTorch and dependencies from pyproject.toml - run: | - uv pip install torch --index-url https://download.pytorch.org/whl/cpu - name: Cache datasets id: cache-datasets