From c2616be76b8dce6706a76141168c489021e87507 Mon Sep 17 00:00:00 2001 From: nuwang <2070605+nuwang@users.noreply.github.com> Date: Mon, 25 Mar 2024 13:44:49 +0530 Subject: [PATCH] Fix unbound var --- .github/workflows/test_galaxy_package_integration.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_galaxy_package_integration.yaml b/.github/workflows/test_galaxy_package_integration.yaml index ce5a8b98bf3d..d44055eff2a5 100644 --- a/.github/workflows/test_galaxy_package_integration.yaml +++ b/.github/workflows/test_galaxy_package_integration.yaml @@ -61,7 +61,7 @@ jobs: row=$line fi echo $row >> tpv/requirements_local.txt - done < "$file" + done < "tpv/requirements_test.txt" cat tpv/requirements_local.txt mv tpv/requirements_local.txt tpv/requirements_test.txt - name: Install required packages