This repository has been archived by the owner on Aug 17, 2023. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Test PyPI pre-releases but allow for failures (#423)
Using `python setup.py install` will install PyPI pre-releases of packages while `pip install -r requirements.txt` won't do that. This lead to CI tests failing as reported in #421. This commit updates the CI build setup to run two parallell tests, one where we don't use pre-releases and one where we do but allow them to fail and won't wait on the run to complete either. ref: jupyterhub/kubespawner#370 (comment) Fixes #421
- Loading branch information