Skip to content

ArasAzimi/github_actions_demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

github_actions_demo

A sample project to show github actions in action

Project

├── README.md
├── build_env.sh     # Run to create a local venv
├── data             # Input CSV data
├── docs             # Any documentation including environment dependecy list
├── main.py          # main entry point to run the program  
├── out              # Holding outputs 
├── requirements.txt
├── setup            # Holding any project setup (version) 
├── setup.py         # Holding any project setup (version)
└── src              # Python modules

Data:

Current data is for testing the flow only. There might not be no real cause-effect relationship between the chosen stocks

Jupyter notebook

To run jupyter notebook jupyter notebook --browser=firefox

About

A sample project to show github actions in action

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published