From 71e6bd0c41b09a0d7dc5dd95f809378c9cc04aaf Mon Sep 17 00:00:00 2001 From: Mike Alfare Date: Mon, 9 Dec 2024 13:40:57 -0500 Subject: [PATCH] update dependency updater for testing feature branches --- .github/workflows/integration.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index c79147e8f..c771e52f8 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -137,8 +137,6 @@ jobs: - name: Install python dependencies uses: pypa/hatch@install - run: | - python -m pip install -r dagger/requirements.txt - name: Run tests for ${{ matrix.test }} run: python dagger/run_dbt_spark_tests.py --profile ${{ matrix.test }}