Skip to content

Commit 253a55c

Browse files
committed
changed verification of install again
1 parent b4279d5 commit 253a55c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/smoke-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,5 @@ jobs:
4545
run: |
4646
python - <<'PY'
4747
import importlib
48-
importlib.import_module(raytune)
48+
importlib.import_module(ray.tune)
4949
PY

0 commit comments

Comments
 (0)