python-packs/action.yml
2023-12-10 03:55:20 +08:00

16 lines
290 B
YAML

---
name: python-init
description: "Init python environment"
# inputs:
# python-version:
# description: "Python version"
# required: true
# default: "3.10"
runs:
using: "composite"
steps:
- id: "install pip"
shell: bash
run: |
python3 -m ensurepip