We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 847cbfa commit 049c425Copy full SHA for 049c425
1 file changed
.github/workflows/beam_PostCommit_Python_Xlang_Gcp_Direct.yml
@@ -81,6 +81,11 @@ jobs:
81
run: |
82
sudo curl -L https://github.com/docker/compose/releases/download/1.22.0/docker-compose-$(uname -s)-$(uname -m) -o /usr/local/bin/docker-compose
83
sudo chmod +x /usr/local/bin/docker-compose
84
+ - name: Install mysql
85
+ run: |
86
+ sudo apt update --yes
87
+ sudo apt install -y pkg-config libmysqlclient-dev
88
+ pip install mysqlclient
89
- name: run PostCommit Python Xlang Gcp Direct script
90
uses: ./.github/actions/gradle-command-self-hosted-action
91
with:
@@ -98,4 +103,4 @@ jobs:
98
103
commit: '${{ env.prsha || env.GITHUB_SHA }}'
99
104
comment_mode: ${{ github.event_name == 'issue_comment' && 'always' || 'off' }}
100
105
files: '**/pytest*.xml'
101
- large_files: true
106
+ large_files: true
0 commit comments