https://github.com/ranjithdb/gh-actions-python-01
https://github.com/ranjithdb/gh-actions-python-01
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/ranjithdb/gh-actions-python-01
- Owner: ranjithdb
- Created: 2025-02-28T09:30:12.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-28T11:40:46.000Z (over 1 year ago)
- Last Synced: 2025-02-28T16:42:26.221Z (over 1 year ago)
- Language: Python
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gh-actions-python-01
## GitHub Actions: Installing Python Dependencies
This project demonstrates how to install Python dependencies using GitHub Actions. The workflow sets up Python, upgrades ```pip```, and installs packages from ```requirements.txt```.