We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8a6029 commit ce2c2d2Copy full SHA for ce2c2d2
.github/workflows/docs.yml
@@ -22,7 +22,7 @@ jobs:
22
- run: pip install --require-hashes -r kokkos-kernels/.github/workflows/docs_check_requirements.txt
23
- name: check API changes
24
run: |
25
- python kokkos-kenrels/.github/workflows/check_api_updates.py
+ python .github/workflows/check_api_updates.py
26
27
build:
28
runs-on: [macos-latest]
0 commit comments