Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions .azure-pipelines/xfel/unix-conda-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,6 @@ steps:
conda activate $(PYTHON_VERSION)
cd $(Pipeline.Workspace)
source ./build/setpaths.sh
pip install -e `libtbx.find_in_repositories dxtbx` # temporary workaround
pip install -e `libtbx.find_in_repositories dials` # temporary workaround
mkdir tests
cd tests
libtbx.configure xfel_regression LS49 ls49_big_data
Expand Down
2 changes: 0 additions & 2 deletions .azure-pipelines/xfel/unix-psana-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,6 @@ steps:
conda activate psana_env
cd $(Pipeline.Workspace)
source ./build/setpaths.sh
pip install -e `libtbx.find_in_repositories dxtbx` # temporary workaround
pip install -e `libtbx.find_in_repositories dials` # temporary workaround
mkdir tests
cd tests
libtbx.configure xfel_regression
Expand Down
Loading