Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 251 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 251 Bytes

GHWF

Practice space for using the Github Workflow.

Participants: Jeremy Goll Devin McCormack

Setup

Before you begin work with this repo, run the following commands:

python3 -m venv .venv
source .venv/bin/activate
pip install pytest