Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#232 is failing with a "This environment is externally managed" error from pip because it's trying to install to the system Python. For some reason this doesn't happen on a fork, e.g., bpcreech#2. I assume this is due to a Github probably runner change; I'm not sure whether intentional. Anyway we can just be explicit; pip should just use a user install during the test run.
- Loading branch information