repo2docker/tests/conda/py36-postBuild/postBuild

10 wiersze
181 B
Bash
Executable File

#!/bin/bash
set -ex
# mamba/conda installs in kernel env
mamba install -y make
# note `pip` on path is _not_ the kernel env!
# is this what we (or users) want?
pip install pytest