| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
| name: pip install | ||
| command: << parameters.python >> -m pip install -r requirements-dev.txt | ||
| # The --only-binary :all: flag tells python not to ever build any | ||
| # extensio code locally, and instead only download pre-built wheels. |
There was a problem hiding this comment.
| # extensio code locally, and instead only download pre-built wheels. | |
| # extension code locally, and instead only download pre-built wheels. |
Sorry, something went wrong.
This ensures pip doesn't try to build anything using the local compiler.
| Back | FazBrowse Home | New Git URL |
This ensures pip doesn't try to build anything using the local compiler.
As part of this change I found I also had to bump the version of the coverage module we were using. I guess binary wheels are no longer available for this old version maybe?