This is a demo repo for CI and CD using GitHub codespaces and GitHub actions.
git clone [email protected]:kalilamali/codespaces-demo.git
cd codespaces-demo
python -m venv ~/.codespaces-demo
source ~/.codespaces-demo/bin/activate
make install
python hello.py