Skip to content

Commit

Permalink
Fix Intel CI (#675)
Browse files Browse the repository at this point in the history
### Description
Removes unused CMake option whose behavior changed in version 3.30.0.
Thanks to Weiqun for the fix.

### Related issues
Fixes #674.

### Checklist
_Before this pull request can be reviewed, all of these tasks should be
completed. Denote completed tasks with an `x` inside the square brackets
`[ ]` in the Markdown source below:_
- [x] I have added a description (see above).
- [x] I have added a link to any related issues see (see above).
- [x] I have read the [Contributing
Guide](https://github.com/quokka-astro/quokka/blob/development/CONTRIBUTING.md).
- [ ] I have added tests for any new physics that this PR adds to the
code.
- [ ] I have tested this PR on my local computer and all tests pass.
- [ ] I have manually triggered the GPU tests with the magic comment
`/azp run`.
- [ ] I have requested a reviewer for this PR.
  • Loading branch information
BenWibking authored Jul 11, 2024
1 parent 14469c0 commit d719a59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/intel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:

- name: Run tests
working-directory: ${{runner.workspace}}/quokka/build
run: ctest --output-on-failure -C $BUILD_TYPE
run: ctest --output-on-failure

- name: Upload test output
if: always()
Expand Down

0 comments on commit d719a59

Please sign in to comment.