Skip to content

Removed pip jobs from circle CI configuration

Duncan Macleod requested to merge github/fork/duncanmmacleod/circle-no-pip into master

This PR removes the myriad pip jobs from the CircleCI configuration. These are meant to expand upon the python tests by including optional dependencies, but this occasionally leads to build failures because the host needs to have extra stuff (e.g. swig, or gcc). The optional dependency code is tested in the conda jobs anyway which don't suffer from the same problems.

Merge request reports