From 75f07d7f72fbe6249c8321c1490c347d4198675f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marius=20M=C3=BCller?= <49639740+MarJMue@users.noreply.github.com> Date: Thu, 20 Jun 2024 11:01:32 +0200 Subject: [PATCH] Update requirements.yml --- .github/workflows/requirements.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/requirements.yml b/.github/workflows/requirements.yml index 20e9fd9f..1f2ec2c0 100644 --- a/.github/workflows/requirements.yml +++ b/.github/workflows/requirements.yml @@ -21,6 +21,7 @@ jobs: run: | curl -LsSf https://astral.sh/uv/install.sh | sh uv pip install --system --no-deps .[fitting,dev] + uv pip install --system torch --index-url https://download.pytorch.org/whl/cpu - name: Install dev requirements run: | uv pip install --system -r requirements/dev-requirements.txt