Skip to content

Commit

Permalink
Try upgrading mysqlclient to 2 (#276)
Browse files Browse the repository at this point in the history
  • Loading branch information
faucomte97 authored Sep 28, 2022
1 parent 22f9326 commit 5bd123e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/deploy_gcloud/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ runs:
run: |
sudo apt-get update
sudo apt-get install libmysqlclient-dev
pip install mysqlclient==1.4.*
pip install mysqlclient==2.1.*
shell: bash

- name: "Install kubernetes"
Expand Down
2 changes: 1 addition & 1 deletion generate_requirements.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
common_requirement,
aimmo_requirement,
"requests-toolbelt==0.9.*",
"mysqlclient==1.4.*",
"mysqlclient==2.1.*",
"redis==3.3.*",
"django-redis==4.11.*",
"django-anymail[amazon_ses]==7.0.*",
Expand Down

0 comments on commit 5bd123e

Please sign in to comment.