Skip to content

Commit ad42a19

Browse files
committed
CI: start building kokkos-kernels for XFEL CI
1 parent 62ccfb2 commit ad42a19

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.azure-pipelines/xfel/unix-conda-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ steps:
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

.azure-pipelines/xfel/unix-psana-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ steps:
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

0 commit comments

Comments
 (0)