Skip to content

Commit

Permalink
Fix path for windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
ndevenish committed Aug 20, 2024
1 parent b899752 commit 0c3f91f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .azure-pipelines/windows-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 0c3f91f

Please sign in to comment.