Skip to content

Commit d77213e

Browse files
authored
Update pypi.yml
1 parent b4ee5da commit d77213e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/pypi.yml

+1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131
requirements=$(find . -type f -name "*.requirements*" | paste -sd " ")
3232
for req in $requirements
3333
do
34+
echo "Solving for Requirements : $req"
3435
mv $req temp.in
3536
echo "-c ../requirements.txt" >> temp.in
3637
touch $req

0 commit comments

Comments
 (0)