Skip to content
This repository was archived by the owner on Jul 28, 2022. It is now read-only.

Latest commit

 

History

History
28 lines (18 loc) · 409 Bytes

File metadata and controls

28 lines (18 loc) · 409 Bytes

Action: Python Pip

This action install pip package.

Inputs

packages

A string of Python package to be installed.

Example Usage

- name: Python pip
  uses: tinact/python.pip@master
  with:
    packages: |
      yamllint
      ansible-lint

License

This project is under the MIT License. See the LICENSE file for the full license text.

Copyright

(c) 2020, Tinact