We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 703700a commit 42785b4Copy full SHA for 42785b4
continuous_integration/scripts/make-conda-env
@@ -3,7 +3,7 @@
3
set -x
4
5
make_ci_env() {
6
- mamba env create -n "${CONDA_ENV}" -f "${REPO_DIR}/continuous_integration/environment.yml"
+ mamba env create -n "${CONDA_ENV}" -f "${REPO_DIR}/continuous_integration/environment.yml" python=${PYTHON_VERSION}
7
}
8
9
make_conda_env() {
0 commit comments