We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f31eae commit 502f2a8Copy full SHA for 502f2a8
.github/workflows/publishing.yml
@@ -1153,9 +1153,6 @@ jobs:
1153
cp $GITHUB_WORKSPACE/$readme /tmp/README.md
1154
# Target tests should not be run here either, since that requires credentials but doesn't require a GPU runner.
1155
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
-
1159
# Run the script w/ -q to run a shortened test
1160
set +e # Allow script to keep going through errors (needed for skipped tests)
1161
source validate_pycudaq.sh \
0 commit comments