diff --git a/.github/workflows/pydevd-tests-python.yml b/.github/workflows/pydevd-tests-python.yml index a2cc99b4..4e622aa8 100644 --- a/.github/workflows/pydevd-tests-python.yml +++ b/.github/workflows/pydevd-tests-python.yml @@ -93,7 +93,7 @@ jobs: pip install PySide2 --no-warn-script-location pip install django pip install cherrypy --no-warn-script-location - pip install gevent greenlet==1.1.3 + pip install gevent greenlet - name: Install Pandas if: contains(matrix.name, 'py310') && !contains(matrix.name, 'pypy') # The pandas Styler also requires jinja2.