Skip to content

Commit

Permalink
real fix for #6284
Browse files Browse the repository at this point in the history
- python dependent packages with name sorted after python31* where removed from packages to build
  (in this context: python-wheels and rdiff-backup)
  • Loading branch information
hgy59 committed Nov 26, 2024
1 parent c261b65 commit 2f537de
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/actions/prepare.sh
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ for py in python310 python311 python313; do
if [ "$(echo ${py} ${python_dependent_packages} | grep -ow ${package})" != "" ]; then
packages_without_python=$(echo "${packages}" | tr ' ' '\n' | grep -v "${py}" | tr '\n' ' ')
packages="${py} ${packages_without_python}"
break
fi
done
done
Expand Down

0 comments on commit 2f537de

Please sign in to comment.