This commit is contained in:
shenjack 2023-12-10 03:51:24 +08:00
parent 4b48946661
commit 94da8d422d
Signed by: shenjack
GPG Key ID: 7B1134A979775551
2 changed files with 15 additions and 0 deletions

15
action.yml Normal file
View File

@ -0,0 +1,15 @@
---
name: python-init
description: "Init python environment"
# inputs:
# python-version:
# description: "Python version"
# required: true
# default: "3.10"
runs:
using: "composite"
steps:
- name: "install pip"
shell: bash
run: |
python -m ensurepip

0
index.js Normal file
View File