repo2docker/tests/conda/default-env/postBuild

6 wiersze
182 B
Bash

#!/bin/bash
# install pytest with conda in the default env (should be $KERNEL_PYTHON_PREFIX)
conda install -yq pytest
# install there with pip (should be the same)
pip install there