mirror of
https://github.com/andreinechaev/nvcc4jupyter.git
synced 2026-06-13 18:50:47 +05:30
Setup Kaggle environment on extension load (#31)
* Automatically setup kaggle environment https://github.com/andreinechaev/nvcc4jupyter/issues/29 * Update package lists before installing cuda toolkit
This commit is contained in:
committed by
GitHub
parent
4664a4ef47
commit
5741c52254
@@ -88,6 +88,10 @@ enable-unstable-feature = ["string_processing"]
|
||||
|
||||
[tool.coverage.run]
|
||||
branch = true
|
||||
omit = [
|
||||
# cannot test installing dependencies on platforms such as kaggle
|
||||
"nvcc4jupyter/setup_env.py",
|
||||
]
|
||||
|
||||
[tool.pyright]
|
||||
include = ["src"]
|
||||
|
||||
Reference in New Issue
Block a user