From 8fdf6eba1e485532baa5152286c68792643ba21e Mon Sep 17 00:00:00 2001 From: theissenhelen Date: Fri, 21 Feb 2025 11:35:40 +0000 Subject: [PATCH] WIP --- .github/workflows/integration-tests.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index 0aae1586..15e3a10b 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -25,9 +25,9 @@ jobs: - name: Install dependencies run: | - cd training && pip install -e .[tests] - cd ../models && pip install -e .[tests] - cd ../graphs && pip install -e .[tests] + pip install -e ./training[all,tests] + pip install -e ./models[all,tests] + pip install -e ./graphs[all, tests] - name: Run integration tests run: |