Skip to content

Commit b6aa195

Browse files
committed
spec mistune version; force socket on mysql invocation
1 parent 2d1fbb5 commit b6aa195

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/ci-test.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,13 +62,12 @@ jobs:
6262
continue-on-error: true
6363
run: |
6464
set -xv
65-
sudo apt-get install mysql-server mysql-client
6665
# set up mysql database
6766
sudo sed -i -e '/^\[mysqld\]/,/^\[mysql/s/^#* *max_allowed_packet.*/max_allowed_packet = 500M/' /etc/mysql/mysql.conf.d/mysqld.cnf
6867
tail -n +0 /etc/mysql/my.cnf /etc/mysql/mysql.conf.d/mysqld.cnf
6968
ls /etc/mysql/conf.d/ /etc/mysql/mysql.conf.d/
7069
sudo service mysql restart
71-
sudo mysql -u root --skip-password -e 'GRANT ALL ON rounduptest.* TO rounduptest@localhost IDENTIFIED BY "rounduptest";'
70+
sudo mysql -u root --protocol SOCKET -e 'GRANT ALL ON rounduptest.* TO rounduptest@localhost IDENTIFIED BY "rounduptest";'
7271
7372
- name: install redis
7473
run: |
@@ -87,8 +86,8 @@ jobs:
8786
# pygments for markdown2 to highlight code blocks
8887
pip install markdown2 pygments
8988
# docutils for ReStructuredText
90-
pip install beautifulsoup4 brotli docutils gpg jinja2 mistune \
91-
pyjwt pytz whoosh
89+
pip install beautifulsoup4 brotli docutils gpg jinja2 \
90+
mistune==0.8.4 pyjwt pytz whoosh
9291
9392
- name: Install aux packages that need versions differences
9493
# if zstd fails install, keep going with test, don't abort

0 commit comments

Comments
 (0)