From cb2bbe653594fc2a3658fa165338610bfa97272b Mon Sep 17 00:00:00 2001 From: nuwang <2070605+nuwang@users.noreply.github.com> Date: Fri, 15 Mar 2024 17:21:24 +0530 Subject: [PATCH] debug --- .github/workflows/test_galaxy_package_integration.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/test_galaxy_package_integration.yaml b/.github/workflows/test_galaxy_package_integration.yaml index ce57d94feed5..bafd2e494d64 100644 --- a/.github/workflows/test_galaxy_package_integration.yaml +++ b/.github/workflows/test_galaxy_package_integration.yaml @@ -35,6 +35,13 @@ jobs: run: cat tpv/requirements_test.txt | sed -e '/^galaxy-/ s/-/_/g' | sed -E 's/^galaxy_(.*)$/\.\.\/packages\/\1/g;' > requirements_local.txt - name: replace test requirements with updated requirements that point to local packages run: mv requirements_local.txt tpv/requirements_test.txt + - name: Display contents + run: cat tpv/requirements_test.txt + + - name: install reqs + run: pip install -r tpv/requirements_test.txt + working-directory: 'tpv' + - name: Install required packages run: pip install tox - name: Run tox