Skip to content

Commit

Permalink
Changed dxtbx back to main.
Browse files Browse the repository at this point in the history
  • Loading branch information
toastisme committed Nov 15, 2023
1 parent 1aa3cc7 commit e771fbd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
5 changes: 0 additions & 5 deletions .azure-pipelines/unix-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,6 @@ steps:
- bash: |
set -eux
python modules/dials/installer/bootstrap.py update
cd modules/dxtbx
git remote add toastisme https://github.com/toastisme/dxtbx
git fetch toastisme
git checkout -b add_properties_to_scan toastisme/add_properties_to_scan
displayName: Repository checkout
workingDirectory: $(Pipeline.Workspace)

Expand Down
5 changes: 1 addition & 4 deletions .azure-pipelines/windows-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,7 @@ steps:

# Build and install dxtbx
- script: |
git clone https://github.com/toastisme/dxtbx ./modules/dxtbx
cd ./modules/dxtbx
git checkout add_properties_to_scan
cd ../../
git clone https://github.com/cctbx/dxtbx ./modules/dxtbx
call activate conda_base/
mkdir build_dxtbx
cd build_dxtbx
Expand Down

0 comments on commit e771fbd

Please sign in to comment.