We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c54d4e commit b4279d5Copy full SHA for b4279d5
1 file changed
.github/workflows/smoke-test.yml
@@ -45,7 +45,5 @@ jobs:
45
run: |
46
python - <<'PY'
47
import importlib
48
- for pkg in ('raytune'): # <-- change to what you need
49
- importlib.import_module(pkg)
50
- print("All required imports succeeded")
+ importlib.import_module(raytune)
51
PY
0 commit comments