From f8c4ec398e47ce028036369ce66f32719b7539bd Mon Sep 17 00:00:00 2001 From: Thomas M Kehrenberg Date: Fri, 23 Feb 2024 23:39:08 +0100 Subject: [PATCH] Fix CI file --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index eae86c7f..e79de112 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -43,7 +43,7 @@ jobs: run_type_checking: needs: - - format_with_black + - format_with_ruff - lint_with_ruff runs-on: ubuntu-latest @@ -70,7 +70,7 @@ jobs: - name: Install dependencies run: | poetry env use 3.10 - poetry install --no-interaction --no-root --without torch + poetry install --no-interaction --no-root --with torch - name: Set python path for all subsequent actions run: echo "$(poetry env info --path)/bin" >> $GITHUB_PATH