Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: Correct how the dependencies get installed.
Without this change we were getting a weird error that the 'install' package could not be found because github action was combining the two lines into a single `pip install setuptools pip install -r requirements/ci.txt` call.
- Loading branch information