Skip to content

Commit

Permalink
Fix unbound var
Browse files Browse the repository at this point in the history
  • Loading branch information
nuwang committed Mar 25, 2024
1 parent b938ba1 commit c2616be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_galaxy_package_integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c2616be

Please sign in to comment.