Skip to content

Commit

Permalink
Merge branch 'ci-macos' of github.com:JeffersonLab/iguana into ci-macos
Browse files Browse the repository at this point in the history
  • Loading branch information
c-dilks committed Jan 12, 2024
2 parents 73b7c41 + e5e9b69 commit 36c13c4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -225,10 +225,8 @@ jobs:
echo PYTHONPATH=$PYTHONPATH >> $GITHUB_ENV
echo DYLD_LIBRARY_PATH=$DYLD_LIBRARY_PATH >> $GITHUB_ENV
- name: test 00
if: ${{ inputs.runner != 'macos-latest' || matrix.binding != 'python' }} # FIXME: https://github.com/JeffersonLab/iguana/issues/75
run: iguana/bin/iguana-example-00-basic${{ matrix.extension }} test_data.hipo ${{ env.num_events }}
- name: test 01
if: ${{ inputs.runner != 'macos-latest' || matrix.binding != 'python' }} # FIXME: https://github.com/JeffersonLab/iguana/issues/75
run: iguana/bin/iguana-example-01-bank-rows${{ matrix.extension }} test_data.hipo ${{ env.num_events }}

test_consumer_builds:
Expand Down

0 comments on commit 36c13c4

Please sign in to comment.