Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 178 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 178 Bytes

Setup

pipenv install

Running the flow

  • pipenv run python -m mypackage.myflow works
  • pipenv run prefect run -m mypackage.myflow raises No module named 'mypackage'