python-bigquery-pandas icon indicating copy to clipboard operation
python-bigquery-pandas copied to clipboard

TST: Migrate to conda `venv_backend` for conda tests on CI

Open tswast opened this issue 6 years ago • 0 comments

The latest version of nox includes https://github.com/theacodes/nox/pull/217, which adds a venv_backend='conda' option to create a conda environment instead of a virtualenv. It also adds a conda_install command, so that we can install packages via conda instead of pip.

We should migrate from the run_conda.sh script in our CI setup to using a conda test session in our noxfile.

tswast avatar Aug 20 '19 22:08 tswast