Skip to content

Commit b4279d5

Browse files
committed
changed verification of install
1 parent 4c54d4e commit b4279d5

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/smoke-test.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,5 @@ jobs:
4545
run: |
4646
python - <<'PY'
4747
import importlib
48-
for pkg in ('raytune'): # <-- change to what you need
49-
importlib.import_module(pkg)
50-
print("All required imports succeeded")
48+
importlib.import_module(raytune)
5149
PY

0 commit comments

Comments
 (0)