Setup the kapitan CLI:
- uses: actions/setup-python@v5
with:
python-version: 3.11
- name: Setup Kapitan
uses: humaans/[email protected]
with:
version: 0.34.7
python-version: 3.11Python version must match that which the pex file was created with, otherwise it will fail to execute. The following versions are currently supported:
| Kapitan | Python |
|---|---|
| 0.34.7 | 3.11 |
| 0.31.0 | 3.9 |
| 0.30.0 | 3.9 |
MIT.