From 52b6a95e54cd9f9b53874bdc9b43238350cd0ed0 Mon Sep 17 00:00:00 2001 From: theissenhelen Date: Fri, 21 Feb 2025 11:46:42 +0000 Subject: [PATCH] WIP --- .github/workflows/integration-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index d1b33fb4..d1aeefd2 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -25,7 +25,7 @@ jobs: - name: Install dependencies run: | - pip install -e ./training[all,tests] -e ./graphs[all,tests] -e ./models[all,tests] + pip install -e ./models[all,tests] -e ./graphs[all,tests] -e ./training[all,tests] - name: Run integration tests run: |