Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 578 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 578 Bytes

Codespaces Python 3.10

codespaces-demo

This is a demo repo for CI and CD using GitHub codespaces and GitHub actions.

Workflow

How-to-run

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