diff --git a/plugins/org.python.pydev.core/pysrc/.github/workflows/pydevd-tests-python.yml b/plugins/org.python.pydev.core/pysrc/.github/workflows/pydevd-tests-python.yml index 56352e97c0..6deeab4497 100644 --- a/plugins/org.python.pydev.core/pysrc/.github/workflows/pydevd-tests-python.yml +++ b/plugins/org.python.pydev.core/pysrc/.github/workflows/pydevd-tests-python.yml @@ -92,7 +92,7 @@ jobs: if: contains(matrix.name, 'py3') && !contains(matrix.name, 'pypy') && !contains(matrix.name, 'py311') && !contains(matrix.name, 'py312') run: | pip install PySide2 --no-warn-script-location - pip install django + pip install django<=4.2 pip install cherrypy --no-warn-script-location pip install gevent greenlet - name: Install Pandas