Skip to content

Commit 6eacf05

Browse files
authored
Update test.yml
💚 Attempt to fix actions/runner-images#4799
1 parent 8e1b495 commit 6eacf05

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/test.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -546,6 +546,11 @@ jobs:
546546
python -m pip install --upgrade pip
547547
python -m pip install -U codecov tox-gh-actions
548548
pip install -r requirements_dev.txt
549+
550+
- name: Fix MySQL GA
551+
run: |
552+
sudo apt-get update
553+
sudo apt-get remove mysql* && sudo apt-get install -y mysql-server libmysqlclient-dev
549554
550555
- name: Set up MySQL
551556
env:
@@ -590,4 +595,4 @@ jobs:
590595
with:
591596
files: ./coverage.xml
592597
env_vars: OS,PYTHON
593-
verbose: true
598+
verbose: true

0 commit comments

Comments
 (0)