Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix pip install command in test workflow and requirements_dev.in
* **.github/workflows/test.yml** - Correct pip install command to install both requirements and the local checked out package. * **requirements_dev.in** - Add `-e .` to install the local package in development mode.
- Loading branch information