Skip to content

A github action that makes it possible to install pip, and install the dependencies described in the requirements.txt file.

License

Notifications You must be signed in to change notification settings

luisgs7/pip-packages

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Pip package install action and python project dependencies

A github action that makes it possible to install pip, and install the dependencies described in the requirements.txt file

Example of use

jobs:
  executar_jobs:
    runs-on: ubuntu-latest
    steps:
      - name: Install pip and packages
        uses: luisgs7/pip-packages@v1

Inputs

requirements: Optionally add a requirements.txt file to the project

About

A github action that makes it possible to install pip, and install the dependencies described in the requirements.txt file.

Resources

License

Stars

Watchers

Forks

Packages

No packages published