Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 549 Bytes

ReadMe.md

File metadata and controls

8 lines (5 loc) · 549 Bytes

pip-git GitHub Action Unlicensed work

Builds and installs python packages by their git repos URIs.

The URIs must be enumerated in a text file ./.ci/pythonPackagesToInstallFromGit.txt. The file name can be changed using packagesURIsFile input variable

Clones using --depth=50, then builds either with setuptools, or with build.