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 35024c4 commit 036b070Copy full SHA for 036b070
.github/workflows/ci_linux.yml
@@ -160,4 +160,4 @@ jobs:
160
MODAL_TOKEN_SECRET: ${{ secrets.MODAL_TOKEN_SECRET }}
161
run: |
162
export PATH="$PATH:$GITHUB_WORKSPACE/.ci"
163
- cargo --config .ci/config.toml test --workspace --exclude "optix" --exclude "path_tracer" --exclude "denoiser" --exclude "add" --exclude "ex*"
+ cargo --config .ci/config.toml test --workspace --exclude "optix*" --exclude "path_tracer" --exclude "denoiser" --exclude "ex*" --exclude "cudnn*"
0 commit comments