Skip to content

Commit

Permalink
Experiment: Try running CI with this flag set
Browse files Browse the repository at this point in the history
  • Loading branch information
ndevenish committed Nov 6, 2024
1 parent c32386b commit f6ce577
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,18 @@ jobs:
job-summary: true
custom-arguments: modules/dials --regression
click-to-expand: true
- name: "Set to Use HDF5"
run: |
echo "DIALS_USE_H5=1" >> $GITHUB_ENV
- name: Run pytest
uses: pavelzw/pytest-action@510c5e90c360a185039bea56ce8b3e7e51a16507 # v2.2.0
with:
verbose: true
emoji: false
job-summary: true
custom-arguments: modules/dials --regression
click-to-expand: true
report-title: DIALS_USE_H5 Pytest

build_libtbx:
name: libtbx build
Expand Down

0 comments on commit f6ce577

Please sign in to comment.