Skip to content

Commit 307d602

Browse files
Update radiant_django_compile.yml
1 parent a727633 commit 307d602

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/radiant_django_compile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
2828
# Dowload the main sources to prevent compilation
2929
if grep -q "radiant.compiler" main.py; then
30-
pip download --no-deps django
30+
pip download --no-deps django==5.0.1
3131
unzip Django*.whl "django/*" -d .
3232
pip download --no-deps radiant-compiler
3333
unzip radiant_compiler*.whl "radiant/*" -d .

0 commit comments

Comments
 (0)