From 0c3f91f501d8e2df9e4e2768d5fb624a293e58b3 Mon Sep 17 00:00:00 2001 From: Nicholas Devenish Date: Tue, 20 Aug 2024 14:51:03 +0100 Subject: [PATCH] Fix path for windows build --- .azure-pipelines/windows-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.azure-pipelines/windows-build.yml b/.azure-pipelines/windows-build.yml index 1c22fc53e..b47ef31d1 100644 --- a/.azure-pipelines/windows-build.yml +++ b/.azure-pipelines/windows-build.yml @@ -24,7 +24,7 @@ steps: set -eux # Remove compilers from conda-env, as prebuilt cctbx appears to use # the system configured compilers and so the conda-forge settings conflict - python3 .azure-pipelines/parse_dependencies.py \ + python3 modules/dxtbx/.azure-pipelines/parse_dependencies.py \ modules/dxtbx/dependencies.yaml \ modules/dxtbx/.azure-pipelines/ci-dependencies.yaml \ --prebuilt-cctbx \