Skip to content

Commit

Permalink
Improve comment
Browse files Browse the repository at this point in the history
  • Loading branch information
masterleinad authored Jan 17, 2025
1 parent e8468da commit 37aab14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-with-kokkos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
cmake --build --preset=${{ matrix.preset }}
cmake --install build-with-${{ matrix.preset }} --prefix=/opt/kokkos-tools
# For now, GitHub runners are used. These runner don't have GPUs. Therefore, testing can only be done for OpenMP.
# Skip variorum test since we can't rely on the hardware to compatible.
# Skip variorum test since we can't rely on the system to be compatible with the access Variorum needs.
- name: Run tests
if: ${{ matrix.preset == 'OpenMP' }}
run: |
Expand Down

0 comments on commit 37aab14

Please sign in to comment.