Alexandre Domont 7f5aa23b3c Docker scripts
2024-07-17 14:30:57 +00:00

7 lines
167 B
YAML

---
# For Python 3, use python3-pip.
pip_package: python3-pip
pip_executable: "{{ 'pip3' if pip_package.startswith('python3') else 'pip' }}"
pip_install_packages: []