We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41b5f97 commit f6a17d7Copy full SHA for f6a17d7
1 file changed
examples/package_installation.py
@@ -32,7 +32,7 @@
32
# import PIL -> pip install Pillow
33
#
34
# Common mappings are built-in. For others, use install_package_as:
35
-with install_package_as("PyYAML"):
+with worker_only_import("PyYAML"):
36
import yaml
37
38
# `worker_only_import` skips the local install entirely. The package only
0 commit comments