Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aabadie/action-install-python-requirements
https://github.com/aabadie/action-install-python-requirements
Last synced: about 7 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/aabadie/action-install-python-requirements
- Owner: aabadie
- Created: 2022-12-14T10:12:16.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-14T10:28:49.000Z (about 2 years ago)
- Last Synced: 2024-12-21T05:45:48.464Z (26 days ago)
- Language: JavaScript
- Size: 117 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```