Environment
- Python version: 3.7 (Container)
- netutils version: PR 35
Expected Behavior
I expected invoke build and invoke tests to be able to be run without having to do any intervention
Observed Behavior
First invoke build mentioned to do a poetry install to get TOML.
❯ poetry install
Installing dependencies from lock file
No dependencies to install or update
Installing the current project: netutils (0.2.1)
❯ inv build
Please make sure to `pip install toml` or enable the Poetry shell and run `poetry install`.
Still getting the error unable to execute.
Steps to Reproduce
- Clone repo
- Checkout to a particular PR to checkout from a testing perspective
- Executed
invoke build and got errors above
Environment
Expected Behavior
I expected
invoke buildandinvoke teststo be able to be run without having to do any interventionObserved Behavior
First
invoke buildmentioned to do apoetry installto get TOML.Still getting the error unable to execute.
Steps to Reproduce
invoke buildand got errors above