From 7412cb69fe2938ab84013b711caab0b382878d1d Mon Sep 17 00:00:00 2001 From: awa59kst120df Date: Mon, 7 Oct 2024 13:29:50 +0200 Subject: [PATCH] fixed github action --- .github/workflows/run_test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/run_test.yml b/.github/workflows/run_test.yml index 702f8be17..9f53d1f92 100644 --- a/.github/workflows/run_test.yml +++ b/.github/workflows/run_test.yml @@ -21,8 +21,8 @@ jobs: - name: Install dependencies run: | pip install -U pip - pip install torch==2.1.2 - pip install . + pip install torch==2.1.2+cpu + pip install --no-use-pep517 --no-build-isolation . - name: Lint with Ruff run: |