mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-10 03:23:00 +00:00
Add pip in the package manager test
This commit is contained in:
@@ -14,6 +14,7 @@ LOGGER = logging.getLogger(__name__)
|
||||
("conda", "--version"),
|
||||
("mamba", "--version"),
|
||||
("npm", "--version"),
|
||||
("pip", "--version"),
|
||||
],
|
||||
)
|
||||
def test_package_manager(container, package_manager, cmd):
|
||||
|
Reference in New Issue
Block a user