Skip to content

Commit c340c68

Browse files
committed
💚 Remove Fix MySQL GA
1 parent 46319f4 commit c340c68

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -528,11 +528,6 @@ jobs:
528528
options: "--name=mysqld"
529529

530530
steps:
531-
- name: Fix MySQL GA
532-
run: |
533-
sudo apt-get update
534-
sudo apt-get remove mysql* && sudo apt-get install -y mysql-server libmysqlclient-dev
535-
536531
- uses: actions/checkout@v2
537532
- name: Set up Python ${{ matrix.py }}
538533
uses: actions/setup-python@v2

0 commit comments

Comments
 (0)