apache / infrastructure-actions

Apache infrastructure
https://infrastructure.apache.org/
1 stars 3 forks source link

Bug: break-system-packages is only supported (and needed) on recent pips #75

Closed sebbASF closed 3 weeks ago

sebbASF commented 3 weeks ago

https://github.com/apache/infrastructure-actions/blob/eb2a74a8e60e7abd173b1d710a0e8f0649c2ed78/pelican/action.yml#L48

See recent build here: https://github.com/apache/infrastructure-website/actions/runs/11381887212/job/31664259866

The action uses 'ubuntu-latest' which is 22.04 currently.

AFAICT only 24.04+ have Pip that supports BSP, so this flag needs to be added conditionally

sebbASF commented 3 weeks ago

Fixed by #76