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 fa92cb2 commit 9e5c87eCopy full SHA for 9e5c87e
.github/workflows/pr.yaml
@@ -36,6 +36,8 @@ jobs:
36
- test-thirdparty-awkward
37
- build-docs
38
- coverage-report
39
+ # This job should run even if the nvmath-python tests are skipped (which will happen on a PR rather than main)
40
+ if: ${{ needs.test-thirdparty-nvmath.result == 'success' || needs.test-thirdparty-nvmath.result == 'skipped' }}
41
secrets: inherit
42
uses: rapidsai/shared-workflows/.github/workflows/[email protected]
43
pre-commit:
0 commit comments