Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/aabadie/action-install-python-requirements


https://github.com/aabadie/action-install-python-requirements

Last synced: about 7 hours ago
JSON representation

Awesome Lists containing this project

README

        

GitHub action that install Python requirements
==============================================

This repository contains a simple GitHub action that install Python dependencies
listed in a requirement text file.

Usage
=====

```yaml
uses: aabadie/[email protected]
with:
requirements: requirements.txt
update-pip: true
```