Skip to content

Commit cea9c3e

Browse files
authored
Merge pull request #8370 from readthedocs/fix-tasks
Fix tasks
2 parents 5d1de9b + a2bb1ef commit cea9c3e

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

tasks.py

-7
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,6 @@
2727
name='github',
2828
)
2929

30-
namespace.add_collection(
31-
Collection(
32-
common.tasks.upgrade_all_packages,
33-
),
34-
name='packages',
35-
)
36-
3730
namespace.add_collection(
3831
Collection.from_module(
3932
common.dockerfiles.tasks,

0 commit comments

Comments
 (0)