Skip to content

Commit

Permalink
Fix directory references in unix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ndevenish committed Aug 20, 2024
1 parent 798295d commit 90fa03d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .azure-pipelines/unix-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ steps:
# Extract the dials-data version so we can correctly cache regression data.
- bash: |
set -eux
python3 .azure-pipelines/parse_dependencies.py \
dependencies.yaml \
.azure-pipelines/ci-dependencies.yaml \
python3 modules/dxtbx/.azure-pipelines/parse_dependencies.py \
modules/dxtbx/dependencies.yaml \
modules/dxtbx/.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
Expand Down

0 comments on commit 90fa03d

Please sign in to comment.