pex-tool / pex

A tool for generating .pex (Python EXecutable) files, lock files and venvs.
https://docs.pex-tool.org/
Apache License 2.0
2.5k stars 257 forks source link

Fix CI. #2351

Closed jsirois closed 5 months ago

jsirois commented 5 months ago

This change fixes a bitrotted test as well as restoring the free-disk-space CI step. For the latter, we appear to be hitting diskfulls in the GitHub action runner logging code; so hopefully this helps.