Skip to content

Commit 113e0dd

Browse files
committed
chore: fix teak extra commands
SE-6575
1 parent 5fc35f9 commit 113e0dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/helpers/constants.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@
3636
],
3737
NAMED_RELEASE_TEAK: [
3838
"pip install tutor-contrib-drydock",
39-
"pip install tutor-mfe>=20,<21",
40-
"pip install tutor-forum>=20,<21",
39+
"pip install tutor-mfe==20.0.0",
40+
"pip install tutor-forum==20.0.0",
4141
# "pip install git+https://gitlab.com/opencraft/dev/tutor-contrib-grove.git@main",
4242
"pip install git+https://github.com/hastexo/tutor-contrib-s3.git@v2.3.1",
4343
# "pip install git+https://github.com/openedx/openedx-k8s-harmony.git@main#egg=tutor-contrib-harmony&subdirectory=tutor-contrib-harmony-plugin",

0 commit comments

Comments
 (0)