From b81f8861470cef2277f3debaca6552088da9be38 Mon Sep 17 00:00:00 2001 From: Gregor Lenz Date: Wed, 15 May 2024 15:48:19 +0200 Subject: [PATCH] add torch requirements to documentation github action --- .github/workflows/ci-pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-pipeline.yml b/.github/workflows/ci-pipeline.yml index db15d85..3922aac 100644 --- a/.github/workflows/ci-pipeline.yml +++ b/.github/workflows/ci-pipeline.yml @@ -63,7 +63,7 @@ jobs: python-version: 3.9 - name: Install dependencies run: | - pip install torch torchvision --index-url https://download.pytorch.org/whl/cpu + pip install -r test/torch_requirements.txt pip install -r docs/requirements.txt pip install . - name: Build documentation