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 ce2c2d2 commit 2f74686Copy full SHA for 2f74686
.github/workflows/docs.yml
@@ -22,6 +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
+ pwd
26
python .github/workflows/check_api_updates.py
27
28
build:
0 commit comments