Skip to content

Commit 8795102

Browse files
committed
Remove py-tasks feature from py-docs env
1 parent e568694 commit 8795102

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pixi.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ default = ["base", "wheel-build"]
5555
py = ["base", "wheel-build", "python-dev", "python-tasks", "py-test-deps"]
5656

5757
# The py-docs environment is for building docs for the python package.
58-
py-docs = ["base", "python-docs", "python-tasks"]
58+
py-docs = ["base", "python-docs"]
5959

6060
# The cpp environment is for building any code that depends on the C++ `rerun-sdk`.
6161
cpp = ["base", "cpp"]

0 commit comments

Comments
 (0)