成?
This commit is contained in:
parent
4b48946661
commit
94da8d422d
15
action.yml
Normal file
15
action.yml
Normal 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
|
Loading…
Reference in New Issue
Block a user