Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
fabioz committed Dec 16, 2023
1 parent 7851036 commit eda7725
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit eda7725

Please sign in to comment.