File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff 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 : |
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
You can’t perform that action at this time.
0 commit comments