We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4279d5 commit 253a55cCopy full SHA for 253a55c
1 file changed
.github/workflows/smoke-test.yml
@@ -45,5 +45,5 @@ jobs:
45
run: |
46
python - <<'PY'
47
import importlib
48
- importlib.import_module(raytune)
+ importlib.import_module(ray.tune)
49
PY
0 commit comments