File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6969 #conda create -y --offline -n $(PYTHON_VERSION) --file $(Pipeline.Workspace)/channel/env.txt
7070 conda create -y -n $(PYTHON_VERSION) --file $(Pipeline.Workspace)/modules/dials/.conda-envs/$(OS).txt python=$(PYTHON_FULL_VERSION)
7171 conda install -y -c conda-forge --no-deps -n $(PYTHON_VERSION) junit-xml
72- conda install -y -c conda-forge pandas distro -n $(PYTHON_VERSION)
72+ conda install -y -c conda-forge cmake pandas distro -n $(PYTHON_VERSION)
7373 displayName : Create conda environment
7474
7575# build
Original file line number Diff line number Diff line change 4949 source $(Pipeline.Workspace)/miniforge/etc/profile.d/conda.sh
5050 conda env create -f $(Pipeline.Workspace)/modules/cctbx_project/xfel/conda_envs/psana_environment.yml
5151 conda install -y -c conda-forge --no-deps -n psana_env junit-xml
52- conda install -y -c conda-forge pandas distro -n psana_env
52+ conda install -y -c conda-forge cmake pandas distro -n psana_env
5353 displayName : Create conda environment
5454
5555# build
You can’t perform that action at this time.
0 commit comments