There was an error while loading. Please reload this page.
1 parent 6f2d047 commit ec54565Copy full SHA for ec54565
1 file changed
.github/workflows/cron-ngc-bundle.yml
@@ -39,4 +39,4 @@ jobs:
39
# clean up temporary files
40
$(pwd)/runtests.sh --build --clean
41
# run tests
42
- python -m tests.ngc_bundle_download
+ PYTHONPATH=. python -m unittest tests.bundle.test_bundle_download.TestNgcBundleDownload
0 commit comments