From 1abe5fe8e8db93a3cbea8d7b3c88973bcce97f07 Mon Sep 17 00:00:00 2001 From: Nicholas Devenish Date: Tue, 20 Aug 2024 14:39:45 +0100 Subject: [PATCH] Fix directory references in unix CI --- .azure-pipelines/unix-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.azure-pipelines/unix-build.yml b/.azure-pipelines/unix-build.yml index ee88954e4..05d689a4f 100644 --- a/.azure-pipelines/unix-build.yml +++ b/.azure-pipelines/unix-build.yml @@ -21,7 +21,7 @@ steps: dependencies.yaml \ .azure-pipelines/ci-dependencies.yaml \ --prebuilt-cctbx \ - > .azure-pipelines/ci-conda-env.txt + > modules/dxtbx/.azure-pipelines/ci-conda-env.txt python3 modules/dxtbx/.azure-pipelines/bootstrap.py base --clean --python $(PYTHON_VERSION) set +ux