Skip to content

Commit

Permalink
Turn tests back on for MacOS14.
Browse files Browse the repository at this point in the history
Not sure why it was off in the first place; probably due to numerical differences with higher-precision doubles.
  • Loading branch information
luciansmith committed Jan 28, 2025
1 parent c30db85 commit e2bb124
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -430,19 +430,19 @@ jobs:
shell: bash
run: |
cd ${RUNNER_WORKSPACE}/build-roadrunner
# ctest --output-on-failure --verbose --extra-verbose --progress --exclude-regex python_tests
if [ "${{ matrix.platform.os_name }}" != 'macos-14' ]; then
ctest --output-on-failure --verbose --extra-verbose --progress --exclude-regex python_tests
fi
ctest --output-on-failure --verbose --extra-verbose --progress --exclude-regex python_tests
#if [ "${{ matrix.platform.os_name }}" != 'macos-14' ]; then
# ctest --output-on-failure --verbose --extra-verbose --progress --exclude-regex python_tests
#fi
- name: Run Python Roadrunner tests (first Python version)
if: matrix.platform.build_python == 'ON' && matrix.build_tests == 'ON'
shell: bash
run: |
cd ${RUNNER_WORKSPACE}/build-roadrunner
if [ "${{ matrix.platform.os_name }}" != 'macos-14' ]; then
ctest -C ${{ matrix.platform.build_type }} --output-on-failure --verbose --extra-verbose --progress --tests-regex python_tests
fi
#if [ "${{ matrix.platform.os_name }}" != 'macos-14' ]; then
ctest -C ${{ matrix.platform.build_type }} --output-on-failure --verbose --extra-verbose --progress --tests-regex python_tests
#fi
- name: Save roadrunner version
Expand Down Expand Up @@ -566,9 +566,9 @@ jobs:
shell: bash
run: |
cd ${RUNNER_WORKSPACE}/build-roadrunner
if [ "${{ matrix.platform.os_name }}" != 'macos-14' ]; then
ctest -C ${{ matrix.platform.build_type }} --output-on-failure --verbose --extra-verbose --progress --tests-regex python_tests
fi
#if [ "${{ matrix.platform.os_name }}" != 'macos-14' ]; then
ctest -C ${{ matrix.platform.build_type }} --output-on-failure --verbose --extra-verbose --progress --tests-regex python_tests
#fi
- name: Create fourth Python wheel artifacts and rename
Expand Down

0 comments on commit e2bb124

Please sign in to comment.