Skip to content

Commit 502f2a8

Browse files
[CI] [Publishing] Skip NVQC tests (#2699)
Signed-off-by: Pradnya Khalate <[email protected]>
1 parent 8f31eae commit 502f2a8

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/publishing.yml

-3
Original file line numberDiff line numberDiff line change
@@ -1153,9 +1153,6 @@ jobs:
11531153
cp $GITHUB_WORKSPACE/$readme /tmp/README.md
11541154
# Target tests should not be run here either, since that requires credentials but doesn't require a GPU runner.
11551155
1156-
# The NVQC API key is needed to validate NVQC related snippets and examples.
1157-
export NVQC_API_KEY="${{ secrets.NVQC_PROD_SERVICE_KEY }}"
1158-
11591156
# Run the script w/ -q to run a shortened test
11601157
set +e # Allow script to keep going through errors (needed for skipped tests)
11611158
source validate_pycudaq.sh \

0 commit comments

Comments
 (0)