https://github.com/noahgift/github-actions-demo
This is a repo for building out Github Actions and Tricks
https://github.com/noahgift/github-actions-demo
Last synced: 10 months ago
JSON representation
This is a repo for building out Github Actions and Tricks
- Host: GitHub
- URL: https://github.com/noahgift/github-actions-demo
- Owner: noahgift
- Created: 2020-10-15T14:09:25.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2025-01-10T22:58:10.000Z (over 1 year ago)
- Last Synced: 2025-03-02T02:46:55.126Z (over 1 year ago)
- Language: Makefile
- Size: 17.6 KB
- Stars: 44
- Watchers: 3
- Forks: 282
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## 🎓 Pragmatic AI Labs | Join 1M+ ML Engineers
### 🔥 Hot Course Offers:
* 🤖 [Master GenAI Engineering](https://ds500.paiml.com/learn/course/0bbb5/) - Build Production AI Systems
* 🦀 [Learn Professional Rust](https://ds500.paiml.com/learn/course/g6u1k/) - Industry-Grade Development
* 📊 [AWS AI & Analytics](https://ds500.paiml.com/learn/course/31si1/) - Scale Your ML in Cloud
* ⚡ [Production GenAI on AWS](https://ds500.paiml.com/learn/course/ehks1/) - Deploy at Enterprise Scale
* 🛠️ [Rust DevOps Mastery](https://ds500.paiml.com/learn/course/ex8eu/) - Automate Everything
### 🚀 Level Up Your Career:
* 💼 [Production ML Program](https://paiml.com) - Complete MLOps & Cloud Mastery
* 🎯 [Start Learning Now](https://ds500.paiml.com) - Fast-Track Your ML Career
* 🏢 Trusted by Fortune 500 Teams
Learn end-to-end ML engineering from industry veterans at [PAIML.COM](https://paiml.com)

# github-actions-demo
This is a repo for building out Github Actions and Tricks. I test multiple clouds and multiple versions of Python.
[Demo Video of this repo](https://www.youtube.com/watch?v=4gbUYOgALik)
### To use my project you can do this
Create a virtualenv
```python3 -m venv ~/.github-actions-demo```
Source it
```source ~/.github-actions-demo/bin/activate```