Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions .github/actions/deploy_gcloud/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,13 +90,6 @@ inputs:
runs:
using: composite
steps:
- name: "Setup MySQL"
run: |
sudo apt-get update
sudo apt-get install libmysqlclient-dev
pip install mysqlclient==2.1.*
shell: bash

- name: "Build"
run: |
pip install requests
Expand Down
3 changes: 1 addition & 2 deletions generate_requirements.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@
rapid_router_requirement,
portal_requirement,
common_requirement,
"requests-toolbelt==0.9.*",
"mysqlclient==2.1.*",
"requests-toolbelt==1.0.0",
"redis==5.2.0",
"django-redis==5.4.0",
"google-cloud-logging==1.*",
Expand Down
Loading